auth:

From wikieduonline
Jump to navigation Jump to search

Note: Key terminology in kind: Secret referes to different fields inside the data: field, there can be multiples keys/fields/entries.

helm show values bitnami/keycloak (comments modified)[edit]

## Keycloak authentication parameters
## ref: https://github.com/bitnami/containers/tree/main/bitnami/keycloak#admin-credentials
##
auth:
  ## @param auth.adminUser Keycloak administrator user
  adminUser: user
  ##
  ##
  ##
  ## @param auth.adminPassword Keycloak administrator password for the new user
  adminPassword: ""
  ##
  ##
  ##
  ## @param auth.existingSecret Existing secret containing Keycloak admin password
  existingSecret: ""
  ##
  ##
  ##
  ## @param auth.passwordSecretKey Key where the Keycloak admin password is being stored inside the existing secret.
  passwordSecretKey: ""
  ##
  ##
  ##
  ## @param auth.annotations Additional custom annotations for Keycloak auth secret object
  annotations: {}

Related[edit]

See also[edit]

Advertising: