-
Notifications
You must be signed in to change notification settings - Fork 553
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
auth/jwt: adds user_claim_json_pointer and max_age to roles #1478
auth/jwt: adds user_claim_json_pointer and max_age to roles #1478
Conversation
Looks like the |
Ah, yes. This is expected until we have access to Vault builds built off of the For 1.10, we made use of the |
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.
Looking good. A few minor suggestions/comments. Then +1
@vinay-gopalan - Thanks for the explanation about the test skipping. Makes sense 👍 Any immediate suggestion? I could also hold on merging this until things are set up / ready. |
We use this env var to work around the lack of a vault dev instance to test against:
You can use that with
|
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.
LGTM!
…p#1478) * auth/jwt: adds user_claim_json_pointer and max_age to roles * remove type assertions * assert default false for user_claim_json_pointer when missing from config * skip vault next in tests * use d.Get() instead of d.GetOkExists() * move SkipTestEnvSet out of PreCheck; set SKIP_VAULT_NEXT_TESTS=true in ci tests
Community Note
Relates OR Closes: N/A
Release note for CHANGELOG:
Output from acceptance testing: