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 agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
Configuring all aspects of Dex via a single config: key in a single values.yaml is not so easy.
Having the ability to pass piece of configuration via ConfigMap / Secret would offer more flexibility.
For example, I wish to publish a Dex with a preconfigured connectors but I want to delay or dynamically load configurations related to staticClients or staticPasswords.
I deploy Dex
I depoy the clients with their own configurations part for Dex
Preflight Checklist
Problem Description
Configuring all aspects of Dex via a single
config:
key in a singlevalues.yaml
is not so easy.Having the ability to pass piece of configuration via ConfigMap / Secret would offer more flexibility.
For example, I wish to publish a Dex with a preconfigured
connectors
but I want to delay or dynamically load configurations related tostaticClients
orstaticPasswords
.Proposed Solution
Perhaps with a Helm key like:
These Secrets are mounted in
/etc/dex/clients.d
and an initContainer is responsible of assembling theconfig:
part and these parts.PS : it is probably simpler if these feature of splitting configuration is directly supported by Dex.
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: