You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would not like to create an "oidс" secret that contains all the parameters for connecting to Keycloak. It would be more convenient for me to pass a secret that contain only one parameter:
OIDC_CLIENT_SECRET: <*****>
To do this, I suggest adding the "envFrom" option to the chart.
# @param config.oidc - External OIDC secret configuration
# If you want to use an external secret for OIDC configuration, enable this option.
# Provide the name of the secret to use.
# Example:
# config:
# oidc:
# secret:
# create: false
# externalSecret:
# enabled: true
# name: oidc
I would not like to create an "oidс" secret that contains all the parameters for connecting to Keycloak. It would be more convenient for me to pass a secret that contain only one parameter:
OIDC_CLIENT_SECRET: <*****>
To do this, I suggest adding the "envFrom" option to the chart.
Describe the solution you'd like
Add the "envFrom" option to the helm chart:
The text was updated successfully, but these errors were encountered: