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

access to private images in cloud providers' registries #17

Open
lluan444 opened this issue Feb 7, 2022 · 0 comments
Open

access to private images in cloud providers' registries #17

lluan444 opened this issue Feb 7, 2022 · 0 comments

Comments

@lluan444
Copy link
Collaborator

lluan444 commented Feb 7, 2022

Currently Orion works for public images and images on docker registry. A new capability is needed to support access to private images on cloud providers' private registries.

Orion leverages go-containerregistry module for registry access. According to its README, a NewKeychainFromHelper needs to be implemented to handle cloud provider specific authentication and authorization. Two example helpers are mentioned for Amazon ECR and Azure ACR.

Suggest the following two actions:

  1. Implement a NewKeychainFromHelper for ibmcloud. Get details on ibmcloud authentication and registry APIs.
  2. Incorporate available KeychainFromHelpers, and implement the use of appropriate KeychainFromHelper based on target registry (image url).
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

1 participant