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
I tried to install dex via helm chart on my k8s cluster. I need to use it to connect to my ldap setup.
In the dex ldap docu I can see
# Please note that if the bind password contains a `$`, it has to be saved in an
# environment variable which should be given as the value to `bindPW`.
bindDN: uid=serviceaccount,cn=users,dc=example,dc=com
bindPW: password
my bindPW actually contains $ and I cannot change the password from my side.
So I'd be appreciated if somebody figures out and documents how exactly to specify bindPW value which contains $ in case of Helm Chart.
At this moment I tried several ideas, like using --set-string for helm upgrade, specifying env variable at env section of values, etc. Nothing works so far.
Proposed Solution
I don't have the solution.
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Problem Description
I tried to install dex via helm chart on my k8s cluster. I need to use it to connect to my ldap setup.
In the dex ldap docu I can see
my
bindPW
actually contains$
and I cannot change the password from my side.So I'd be appreciated if somebody figures out and documents how exactly to specify bindPW value which contains
$
in case of Helm Chart.At this moment I tried several ideas, like using
--set-string
forhelm upgrade
, specifying env variable atenv
section of values, etc. Nothing works so far.Proposed Solution
I don't have the solution.
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: