adutra commented on code in PR #2104: URL: https://github.com/apache/polaris/pull/2104#discussion_r2211112662
########## helm/polaris/values.yaml: ########## @@ -596,7 +600,63 @@ authentication: # -- Optional: configuration specific to symmetric key secret. symmetricKey: # -- Key name inside the secret for the symmetric key - secretKey: symmetric.pem + secretKey: symmetric.key + # -- Authentication configuration overrides per realm. + realmOverrides: {} + # my-realm: + # type: external + # authenticator: + # type: custom + +# -- Polaris OIDC configuration. Only relevant when at least one realm is configured for external +# (or mixed) authentication. The currently supported configuration is for a single, default OIDC tenant. +# For more complex scenarios, including OIDC multi-tenancy, you will need to provide the relevant +# configuration using the `advancedConfig` section. +oidc: + # -- The authentication server URL. Must be provided if at least one realm is configured for external + # authentication. + authServeUrl: ~ # https://auth.example.com/realms/polaris + # -- The client to use when authenticating with the authentication server. + client: + # -- The client ID to use when authenticating with the authentication server. + id: polaris + # -- The secret to pull the client secret from. Review Comment: Done. I seized the opportunity to clarify `tokenBroker` and `tokenService` as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org