From 4699403e36742a44aad633e9c94821ff75e52b2b Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Mon, 16 Dec 2024 14:07:01 -0500 Subject: [PATCH] increase signing key length --- kiali-server/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiali-server/templates/_helpers.tpl b/kiali-server/templates/_helpers.tpl index 8aa926d..36b297e 100644 --- a/kiali-server/templates/_helpers.tpl +++ b/kiali-server/templates/_helpers.tpl @@ -57,7 +57,7 @@ Determine the default login token signing key. {{- if .Values.login_token.signing_key }} {{- .Values.login_token.signing_key }} {{- else }} - {{- randAlphaNum 16 }} + {{- randAlphaNum 32 }} {{- end }} {{- end }}