-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I would like to be able to set the authorization section of config_template.yaml from helm values.
Describe the solution you'd like
It would be simplest if I could pass in an authorization block in the same way tls is passed in the values file.
Additional context
In my specific use-case, I would like to enable the default ClaimMapper and Authorizer without needing to rebuild the server image.
config:
authorization:
jwtKeyProvider:
keySourceURIs:
- http://hostname:port/jwks.json
refreshInterval: 1m
permissionsClaimName: permissions
authorizer: default
claimMapper: default
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request