Google Cloud Registry Credential Helper #1213
Unanswered
emerson-argueta
asked this question in
Q&A
Replies: 1 comment
-
Yes, username and password for registry is mandatory. If you omit it, Kamal will fail. Also, you can use following command to verify if registry login works with credential helper:
Alternatively, you can use AWS ECR as example to see if this works for Google Cloud.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently in the documentation, to authenticate with google cloud docker registry, you need to use a service account key.
However, generally I'd authenticate the registry using the credential helper using
With this I wouldn't need to authenticate with a service account key.
If I omit the username and password for the registry section in the deploy.yml would kamal fail?
Beta Was this translation helpful? Give feedback.
All reactions