-
Notifications
You must be signed in to change notification settings - Fork 546
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
jwt_auth_backend_role: add groups_claim_delimiter_pattern support #296
jwt_auth_backend_role: add groups_claim_delimiter_pattern support #296
Conversation
@@ -5,10 +5,6 @@ This plugin allows for JWTs (including OIDC tokens) to authenticate with Vault. | |||
|
|||
**Please note**: We take Vault's security and our users' trust very seriously. If you believe you have found a security issue in Vault, _please responsibly disclose_ by contacting us at [[email protected]](mailto:[email protected]). | |||
|
|||
## IMPORTANT |
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.
I see changes to the vendored files, but I don't see any changes in vendor.json
. Would it be possible revert the changes in vendor/
, and then to update them (if needed) via Govendor instead? I'll add a note about that to our new contributing guide.
Otherwise this looks fantastic! Thank you!
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.
Hello,
as far I understand, now the "plugin" is going to use JSON pointer instead of using this additional parameter (hashicorp/vault-plugin-auth-jwt#24). I wait a bit to see what happen but I think that this PR will be soon useless.
Thanks for your comments.
37ec77c
to
23cbefa
Compare
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.
Awesome! Thank you!
…end_role-add-groups_claim_delimiter_pattern-support jwt_auth_backend_role: add groups_claim_delimiter_pattern support
Add support for groups_claim_delimiter_pattern parameters within vault_jwt_auth_backend_role resource.
Sync version of vendor/github.com/hashicorp/vault-plugin-auth-jwt with https://github.com/hashicorp/vault-plugin-auth-jwt.