Closed betatim closed 6 years ago
Move the crypt key for auth state to the dedicated place in config.yaml
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.
client_id
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.