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

Would like to be able to add helm repositories that are selfsigned #3314

Closed
mydeveloperday opened this issue Sep 1, 2023 · 2 comments
Closed

Comments

@mydeveloperday
Copy link

Is your feature request related to a problem? Please describe.
When using on prem, I would like to be able to tell the "add repository" to ignore self signed certificate verification check, hub is telling me "the url provided does not point to a valid Helm repository", It would be great if this error message could be improved but looking in the code I think it might be caused by a selfsign error comes from Go Getter(), we should be able to configure the Go.Getter options like skipping the certificate check and adjusting the timeout if desired)

Describe the solution you'd like
Add "ignore verification check" to the add repository UI and push that into the hub.Repository class and onto the NewHTTPGetter.go options in LoadIndex

Describe alternatives you've considered
I've tried using GOINSECURE but that doesn't seem to work

Additional context
This is for on prem, artifactory is https but its self signed.

@cgetzen
Copy link

cgetzen commented Sep 4, 2024

You may be able to solve this by mounting the certificate into the pod following these instructions.

@tegioz
Copy link
Collaborator

tegioz commented Jan 7, 2025

Hi @mydeveloperday 👋

Sorry about the very late response.

We are mostly interested in features that can be made publicly available on artifacthub.io for all users, so that everyone can benefit from them. Hope this makes sense 🙂

@tegioz tegioz closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants