11 lines
368 B
YAML
11 lines
368 B
YAML
# This is a test case for OIDC external secret.
|
|
# The oidc.externalSecret.enabled field is a boolean that determines whether to use an external secret for OIDC.
|
|
# The oidc.externalSecret.name field is a string that specifies the name of the external OIDC secret.
|
|
config:
|
|
oidc:
|
|
secret:
|
|
create: false
|
|
externalSecret:
|
|
enabled: true
|
|
name: oidc
|