From c743ce28b21a5b56d6f943fa920ec1b7cf566e48 Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Sun, 15 Jul 2018 09:49:26 +0200 Subject: [PATCH 1/2] Should be JUPYTERHUB_CRYPT_KEY Should be JUPYTERHUB_CRYPT_KEY not Should be JUPYTERHUB_CRYPTO_KEY --- jupyterhub/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/schema.yaml b/jupyterhub/schema.yaml index 003c6c20bc..78e5f12082 100644 --- a/jupyterhub/schema.yaml +++ b/jupyterhub/schema.yaml @@ -266,7 +266,7 @@ properties: auth_state will be encrypted and stored in the Hub’s database. This can include things like authentication tokens, etc. to be passed to Spawners as environment variables. Encrypting auth_state requires the cryptography package. It must contain one (or more, separated by ;) 32B encryption keys. These can be either base64 or hex-encoded. - The JUPYTERHUB_CRYPTO_KEY envirionment variable will be used to set this key. + The JUPYTERHUB_CRYPT_KEY envirionment variable will be used to set this key. This can be generated with `openssl rand -hex 32`. From 438397a214fcc987f3ef86dd0aaa71ad0511d180 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 15 Jul 2018 12:34:03 +0200 Subject: [PATCH 2/2] schema.yaml wording --- jupyterhub/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/schema.yaml b/jupyterhub/schema.yaml index 78e5f12082..4145ec4bc5 100644 --- a/jupyterhub/schema.yaml +++ b/jupyterhub/schema.yaml @@ -266,7 +266,7 @@ properties: auth_state will be encrypted and stored in the Hub’s database. This can include things like authentication tokens, etc. to be passed to Spawners as environment variables. Encrypting auth_state requires the cryptography package. It must contain one (or more, separated by ;) 32B encryption keys. These can be either base64 or hex-encoded. - The JUPYTERHUB_CRYPT_KEY envirionment variable will be used to set this key. + The JUPYTERHUB_CRYPT_KEY environment variable for the hub pod is set using this entry. This can be generated with `openssl rand -hex 32`.