-
Notifications
You must be signed in to change notification settings - Fork 635
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
[RFC-0002] Add auth specification for Helm OCI #3025
Conversation
78b836c
to
574aba8
Compare
574aba8
to
2f8658e
Compare
Maybe off-topic but felt like it's related to authentication in a way, the change in fluxcd/source-controller#856 to allow authenticating with the registry domain without path to chart, can we also document that here? Or in a separate PR if it's off-topic. I'm afraid that it's not documented anywhere and may become a hidden feature. |
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2f8658e
to
07de9d9
Compare
@darkowlzz I think this should be in the API spec doc. |
Reading this:
We don't actually have this in the code, we would need to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@souleb we do have the default implemented in code but not in CRD, which is fine. |
Add basic auth and contextual login for AWS, Azure, GCP to the Helm OCI RFC.