Skip to content

Commit

Permalink
increase signing key length (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Dec 17, 2024
1 parent 500f239 commit 9d8a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiali-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 9d8a68d

Please sign in to comment.