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 images using PAT for the Github repository #87

Open
4molybdenum2 opened this issue Jul 29, 2022 · 1 comment
Open

Pull images using PAT for the Github repository #87

4molybdenum2 opened this issue Jul 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@4molybdenum2
Copy link
Contributor

Currently Github authentication requires us to create a Personal Access Token (PAT). This same token can be used to pull images from ghcr. Another alternative is configuring a default secret at the service account level: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account which will help us in fetching the image on a private registry

PS: Is it possible to remove the requirement for PAT altogether and use something like Github Authentication Provider for Backstage? https://backstage.io/docs/auth/github/provider#docsNav

@4molybdenum2 4molybdenum2 added the enhancement New feature or request label Jul 29, 2022
@ChristopherFry
Copy link
Collaborator

Created kptdev/kpt#3434 to add support to Porch for authenticated container repositories. Once this is complete, I'll be able to add support to the UI.

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

No branches or pull requests

2 participants