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

Substitute for the library.json API (for private and ssh-based remote registries) #581

Open
muffato opened this issue Aug 26, 2022 · 3 comments

Comments

@muffato
Copy link
Contributor

muffato commented Aug 26, 2022

#576 adds support for remote registries. Two assets are retrieved via https:

  • the git repository itself via git clone
  • a library.json file, that must be available on GitHub/GitLab pages (to mimic an API)

This works as long as the repository is public. For private repositories, git clone prompts the user for username/password, but library.json couldn't be available. Similarly, registries that need to be accessed via ssh may not have a Page with library.json.

This issue is about alleviating the need for the registry to be public and expose a library.json

@vsoch
Copy link
Member

vsoch commented Aug 30, 2022

Going to work on this next - @muffato @marcodelapierre do you have such a registry? E.g., a repository somewhere I can access without a library.json? It would greatly help for development! If not, I can make a dummy one.

@marcodelapierre
Copy link
Contributor

@vsoch unfortunately I don't have such a registry.

@muffato
Copy link
Contributor Author

muffato commented Aug 30, 2022

Hi @vsoch . Ours is on an internal GitLab, but essentially it's just a registry without the CI to build library.json

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

No branches or pull requests

3 participants