Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controlplane: move jwks.json endpoint to control plane #3691

Merged
merged 1 commit into from Oct 25, 2022

Conversation

calebdoxsey
Copy link
Contributor

@calebdoxsey calebdoxsey commented Oct 20, 2022

Summary

The /.well-known/pomerium/jwks.json endpoint currently only exists within the authenticate service. This PR moves it to the control plane so its available from any pomerium service.

If no signing key is provided an empty keyset will be returned.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner October 20, 2022 19:49
@calebdoxsey calebdoxsey added the enhancement New feature or request label Oct 20, 2022
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 66.331% when pulling 65385d6 on cdoxsey/jwks into 71734a7 on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants