-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add configurable audiences #83
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
Conversation
Hey @alukach this is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @jamesfisher-geo! This generally looks great. However, would you be able to add a test to tests/test_authn.py
to validate that this works?
Great, I wasn't sure which test file was relevant for this change. Will do! |
Added! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks so much @jamesfisher-geo!
This PR enables the JWT audiences to be configured using the
ALLOWED_JWT_AUDIENCES
environment variable