Skip to content

Instantly share code, notes, and snippets.

@manics
Last active September 17, 2022 12:51
Show Gist options
  • Save manics/c4bcf53a210d444db9e64db7673e8580 to your computer and use it in GitHub Desktop.
Save manics/c4bcf53a210d444db9e64db7673e8580 to your computer and use it in GitHub Desktop.
Zero2JupyterHub Helm config with LDAP UID
@meteo83
Copy link

meteo83 commented Nov 25, 2019

Hi,

Thanks for sharing! I'm trying to deploy this using a custom k8s cluster + LDAP auth but I'm struggling to understand the following:

  • Where do you put your LDAP hostname server? Do you change line 478 with your server hostname?
  • What is expected to be added instead of SECRET? Should be left as is or it should be changed with a secret like openssl rand -hex 32?

Thank you,
Best,
Tiago

@manics
Copy link
Author

manics commented Nov 28, 2019

@meteo83
auth.state.cryptoKey and proxy.secretToken should be secrets like openssl rand ...
The other SECRET should be replaced with your LDAP configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment