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

Pull chart from registry with authentication #544

Open
titigmr opened this issue Dec 30, 2024 · 2 comments · May be fixed by #548
Open

Pull chart from registry with authentication #544

titigmr opened this issue Dec 30, 2024 · 2 comments · May be fixed by #548
Assignees

Comments

@titigmr
Copy link

titigmr commented Dec 30, 2024

Hello,

We want to add a custom helm repo as onyxia catalog, but this repo is protected by credentials.

It's possible to pull onyxia services from a private helm registry?

@olevitt
Copy link
Contributor

olevitt commented Jan 8, 2025

Hi !

There have been interest from other organizations for this feature.
I drafted a PR few months ago to add this support : #355
But it had not been merged due to various concerns such as how to behave when retrieving packages.

I will unearth this PR and resume work on it

@olevitt olevitt linked a pull request Jan 9, 2025 that will close this issue
@olevitt
Copy link
Contributor

olevitt commented Jan 9, 2025

@titigmr I drafted a PR for support of basic auth here : #548
You can try it by setting api.image.tag = helm-basic-auth in your values file and setting username and password properties for your private catalogs (see here :

).

Please note that this PR is based on Onyxia API v4.2.0 and suppose that you already are using Onyxia v10.
I don't think we intend to backport this feature to previous Onyxia API versions.

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 a pull request may close this issue.

2 participants