Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Secret Parameter

Helm Parameter

Description

managementApiUsername

authorizationServer.management-api.username

HTTP Basic Authentication Username

managementApiPassword

authorizationServer.management-api.password

HTTP Basic Authentication Password

jwtKeystore

authorizationServer.jwt.keystore

Secret Parameter - File path of a keystore encoded in Base64 format

Helm Parameter - File path of a keystore

jwtKeyId

authorizationServer.jwt.key-id

Alias of the RSA private/public key pair used for JWT

jwtKeyPassword

authorizationServer.jwt.key-password

Password of the RSA private/public key pair used for JWT

jwtKeystorePassword

authorizationServer.jwt.keystore-password

Password of the keystore

Kubernetes Secret

Credentials can be written into a Secret object, which must be named authorization-server-secrets prior to installation.

...