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

Document how to specify bindPW with $ sign for ldap connector #90

Open
2 tasks done
barthy1 opened this issue Aug 25, 2022 · 0 comments
Open
2 tasks done

Document how to specify bindPW with $ sign for ldap connector #90

barthy1 opened this issue Aug 25, 2022 · 0 comments

Comments

@barthy1
Copy link

barthy1 commented Aug 25, 2022

Preflight Checklist

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant