Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the "envFrom" option to the helm chart #2642

Open
deshifcodes opened this issue Dec 6, 2024 · 1 comment
Open

Add the "envFrom" option to the helm chart #2642

deshifcodes opened this issue Dec 6, 2024 · 1 comment
Assignees
Labels
helm Related to helm and app-catalog

Comments

@deshifcodes
Copy link

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:

envFrom: []
  # - configMapRef:
  #     name: config-map-name
  # - secretRef:
  #     name: secret-name

@deshifcodes deshifcodes added the enhancement New feature or request label Dec 6, 2024
@dosubot dosubot bot added the helm Related to helm and app-catalog label Dec 6, 2024
@knrt10
Copy link
Contributor

knrt10 commented Dec 17, 2024

@deshifcodes we already have a way where you can do this. You can use config.oidc.externalSecret for the same. Let me know if you need any help. Thanks

# @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

@knrt10 knrt10 removed the enhancement New feature or request label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
helm Related to helm and app-catalog
Projects
None yet
Development

No branches or pull requests

2 participants