Skip to content

Commit

Permalink
increase signing key length (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Dec 17, 2024
1 parent 17965ed commit 9a3f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/default/kiali-deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
labels: "{{ kiali_resource_metadata_labels }}"
type: Opaque
data:
key: "{{ lookup('password', '/dev/null length=16 chars=ascii_letters,digits') | b64encode }}"
key: "{{ lookup('password', '/dev/null length=32 chars=ascii_letters,digits') | b64encode }}"
when:
- kiali_vars.deployment.remote_cluster_resources_only|bool == False
- kiali_vars.login_token.signing_key == ""
Expand Down

0 comments on commit 9a3f2d5

Please sign in to comment.