Difference between revisions of "GitLab Credential Helpers"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
* https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers | * https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers | ||
− | + | ||
+ | == Examples == | ||
+ | * https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers | ||
{ | { | ||
"[[credHelpers]]": { | "[[credHelpers]]": { | ||
"<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "[[ecr-login]]" | "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "[[ecr-login]]" | ||
} | } | ||
+ | } | ||
+ | |||
+ | { | ||
+ | "[[credsStore]]": "ecr-login" | ||
} | } | ||
Latest revision as of 11:41, 5 August 2022
Examples[edit]
{ "credHelpers": { "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "ecr-login" } }
{ "credsStore": "ecr-login" }
See also[edit]
Advertising: