Skip to content

[Feature Request] Allow setting authorization via helm values #540

@qs-synth

Description

@qs-synth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions