You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Harbor core, if the specified CSRF key does not meet the requirements, Harbor will generate a random string with a length of 32 characters. Consequently, if you scale the pods to more than one, requests will fail due to a CSRF key mismatch.
We should aim to address this issue early in the installation phase.
wy65701436
changed the title
helm install should check the length of the specfiied csrf key
helm install should check the length of the specified csrf key
Oct 22, 2024
In the Harbor core, if the specified CSRF key does not meet the requirements, Harbor will generate a random string with a length of 32 characters. Consequently, if you scale the pods to more than one, requests will fail due to a CSRF key mismatch.
We should aim to address this issue early in the installation phase.
goharbor/harbor#21060
The text was updated successfully, but these errors were encountered: