Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add XSRFkey valication of 32 chars #1853

Closed
wants to merge 1 commit into from

Conversation

MinerYang
Copy link
Collaborator

fix: #1847

@MinerYang
Copy link
Collaborator Author

MinerYang commented Nov 20, 2024

By leverage the benefit of the error handling , we decided to handle the error from the harbor-core runtime since helm has limitation to throw the validation error prior the installation , and it is more reasonable to having this error back to client instead of randomly generate ones for customer when the CSRF key mistakenly specified without 32 chars.

It is improved at the OSS Harbor side per this PR goharbor/harbor#21154.

So I would like to close this PR and raise another one for adding comments in values.yaml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

helm install should check the length of the specified csrf key
2 participants