Skip to content

Allow auth via JWT (always false in CE)

Ash McKenzie requested to merge ash.mckenzie/allow-auth-via-jwt into master

What does this MR do?

Allow auth via JWT (always false in CE) which allows other MR's to function.

Are there points in the code the reviewer needs to double check?

  • [ ] Need Changelog entry?
  • [ ] Need documentation change?

Works with https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6455 - Geo: backend support to allow Secondary node to push to a Primary as push proxying

Why was this MR needed?

To facilitate the proxying of SSH git push requests sent to the primary, from the secondary https://gitlab.com/gitlab-org/gitlab-ee/issues/6533

Screenshots (if relevant)

N/A

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/6533

Edited by Ash McKenzie

Merge request reports