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

allowed_redirect_uris should not be mandatory in jwt.create_role #677

Open
maxenced opened this issue Mar 29, 2021 · 0 comments
Open

allowed_redirect_uris should not be mandatory in jwt.create_role #677

maxenced opened this issue Mar 29, 2021 · 0 comments
Assignees
Labels
jwt/oidc JWT/OIDC auth method

Comments

@maxenced
Copy link

Right now, allowed_redirect_uris is mandatory, likely because https://www.vaultproject.io/api/auth/jwt also say it's mandatory (but https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/jwt_auth_backend_role says it's optional)

However, it is only mandatory when OIDC type is set.

@jeffwecan jeffwecan added the jwt/oidc JWT/OIDC auth method label Mar 29, 2021
@jeffwecan jeffwecan self-assigned this Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jwt/oidc JWT/OIDC auth method
Projects
None yet
Development

No branches or pull requests

2 participants