-
Notifications
You must be signed in to change notification settings - Fork 45
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
Private container registry authentication #279
Comments
This is a good question @rivershah! For the
Looking at the credentials field:
For the (still experimental) https://cloud.google.com/batch/docs/reference/rest/v1/projects.locations.jobs#Container
So it looks like there's something there to work with. |
Fantastic. May I please request that we include this feature request. I have looked at the authentication documentation for gitlab, and this seems straightforward if dsub can expose the relevant command line args. I have included authentication token patterns to two of the most popular CI/CD platforms as a reference. https://docs.gitlab.com/ee/user/packages/container_registry/authenticate_with_container_registry.html edit: On further review, I should be able to contribute this feature. Will submit pull request when verified working. |
Certain pipelines need to access containers in private gitlab registries. Pushing images as an intermediate step to google built in registries is not a desired step due to security & maintenance policies. Is it possible to authenticate dsub / backend provider to gitlab and enable pulling private images? Thank you
The text was updated successfully, but these errors were encountered: