From 2eb8118dfb5ad3779e5a2287b17bbdb052d8cd80 Mon Sep 17 00:00:00 2001 From: Ewout Prangsma Date: Thu, 8 Feb 2018 11:07:33 +0100 Subject: [PATCH] Review comments processed --- docs/custom_resource.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/custom_resource.md b/docs/custom_resource.md index f80d7c2e5..82ae3a162 100644 --- a/docs/custom_resource.md +++ b/docs/custom_resource.md @@ -116,6 +116,8 @@ The default value is empty. This requires the Enterprise version. +The encryption key cannot be changed after the cluster has been created. + ### `spec.auth.jwtSecretName: string` This setting specifies the name of a kubernetes `Secret` that contains @@ -127,6 +129,9 @@ The default value is empty. If you specify a name of a `Secret` that does not exist, a random token is created and stored in a `Secret` with given name. +Changing a JWT token results in stopping the entire cluster +and restarting it. + ### `spec.ssl.keySecretName: string` This setting specifies the name of a kubernetes `Secret` that contains