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

Feature Request: Private registries #102

Open
Libbum opened this issue Aug 14, 2021 · 0 comments · May be fixed by #105
Open

Feature Request: Private registries #102

Libbum opened this issue Aug 14, 2021 · 0 comments · May be fixed by #105
Labels
enhancement New feature or request

Comments

@Libbum
Copy link

Libbum commented Aug 14, 2021

I'd like to be able to add a private registry into the pipeline with something like

Pkg.Registry.add(Pkg.RegistrySpec(url = "git@github.com:MyCompany/JuliaRegistry.git"))

and an appropriate way to use my ssh key to authenticate.
As an alternate, https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com and some environment variables should also be supported I guess.

Would be happy to have a go at adding this myself if you could point me to the best place in the code this would sit.

@DilumAluthge DilumAluthge added the enhancement New feature or request label Aug 25, 2021
@Libbum Libbum linked a pull request Aug 31, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants