Skip to content

Commit

Permalink
add comment for CSRF key setting (goharbor#1868)
Browse files Browse the repository at this point in the history
Signed-off-by: yminer <[email protected]>
Co-authored-by: yminer <[email protected]>
  • Loading branch information
MinerYang and yminer authored Nov 20, 2024
1 parent 5715130 commit cccbc3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ core:
# If tokenKey is set, the value of tokenCert must be set as a PEM-encoded certificate signed by tokenKey, and supplied as a multiline string, indented one more than tokenCert on the following line.
tokenCert: |
# The XSRF key. Will be generated automatically if it isn't specified
# While you specified, Please make sure it is 32 characters, otherwise would have validation issue at the harbor-core runtime
# https://github.com/goharbor/harbor/pull/21154
xsrfKey: ""
# If using existingSecret, the key is defined by core.existingXsrfSecretKey
existingXsrfSecret: ""
Expand Down

0 comments on commit cccbc3f

Please sign in to comment.