wildtreetech / ohjh

ohjh - The OpenHumans JupyterHub deployment
MIT License
8 stars 7 forks source link

Move crypt key to config.yaml #8

Closed betatim closed 6 years ago

betatim commented 6 years ago

Move the crypt key for auth state to the dedicated place in config.yaml

https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/master/jupyterhub/values.yaml#L112

After this we might have a clear separation between secret config values and public config values.

Follow up https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/440 about moving client_id and friends to the secrets part of k8s instead of a ConfigMap.