You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For configuring JWT roles (in path_role.go line 401), there is a check that is at least one bound constraint. However, that check does not consider if bound_claims is non-empty.
i.e. trying to create a role fails if audience / subject / cidr is empty, but bound_claims is non-empty.
Hi,
For configuring JWT roles (in path_role.go line 401), there is a check that is at least one bound constraint. However, that check does not consider if bound_claims is non-empty.
i.e. trying to create a role fails if audience / subject / cidr is empty, but bound_claims is non-empty.
vault-plugin-auth-jwt/path_role.go
Line 401 in eb2915c
If you agree this is a valid issue, I could make a diff to fix it.
The text was updated successfully, but these errors were encountered: