-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 client certificate auth support to HelmChart controller / job image #10124
Milestone
Comments
This was referenced May 17, 2024
This was referenced May 28, 2024
Closed
Closed
Validated on Version:-$ k3s version v1.30.1+k3s-1268779e (1268779e))
Environment DetailsInfrastructure Node(s) CPU architecture, OS, and Version: Cluster Configuration: example-repo-auth.yaml:
Steps to validate the fix
Reproduction Issue:
Validation Results:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the HelmChart
spec.authSecret
must be a Basic authentication Secret to auth to repos using username and password.We should add support for TLS Secrets to allow authenticating to chart repos using TLS Client Certificate Authentication.
The text was updated successfully, but these errors were encountered: