Skip to content

Commit

Permalink
Give feedback to users explicitly setting autogeneratable secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 21, 2021
1 parent 227d7fc commit 78b6d75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jupyterhub/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ Note that this is still an alpha release! If you have questions, feel free to
3. File issues at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues


{{- if or .Values.proxy.secretToken .Values.hub.config.JupyterHub.proxy_auth_token }}{{ println }}
NOTE: proxy.secretToken or hub.config.JupyterHub.proxy_auth_token was explicitly set, this is no longer needed.
{{- end }}
{{- if or .Values.hub.cookieSecret .Values.hub.config.JupyterHub.cookie_secret }}{{ println }}
NOTE: hub.cookieSecret or hub.config.JupyterHub.cookie_secret was explicitly set, this is no longer needed.
{{- end }}
{{- if .Values.hub.config.CryptKeeper.keys }}{{ println }}
NOTE: hub.config.CryptKeeper.keys was explicitly set, this is no longer needed.
{{- end }}


{{- if hasKey .Values.singleuser.cloudMetadata "enabled" }}{{ println }}
DEPRECATION: singleuser.cloudMetadata.enabled is deprecated, instead use singleuser.cloudMetadata.blockWithIptables with the inverted value.
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ imagePullSecrets: []
# the proxy pod.
hub:
config:
Authenticator: {}
CryptKeeper: {}
JupyterHub:
admin_access: true
authenticator_class: dummy
Expand Down

0 comments on commit 78b6d75

Please sign in to comment.