GitLab Workspaces Proxy - Ensure OAuth redirects to GitLab work on HTTP and HTTPS both
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Collaborate/take over this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=393509) </details> <!--IssueSummary end--> ### Tasks - [ ] Test if we are able to perform oauth redirect when gitlab is on HTTPS. If we fail, quick solution is to use `InsecureSkipVerify` TLS config and create a followup issue for better resolution. - More details at https://gitlab.com/gitlab-org/gitlab/-/issues/407152+ - [ ] Once we have ensure TLS support, please update the developer docs in gitlab-workspaces-proxy to use `https://gdk.test:3443` post this and ensure everyone on the team uses it. ### Testing Add relevant feature specs
issue