Difference between revisions of "GitLab Credential Helpers"
Jump to navigation
Jump to search
(4 intermediate revisions 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]]": { | ||
+ | "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "[[ecr-login]]" | ||
+ | } | ||
+ | } | ||
+ | |||
+ | { | ||
+ | "[[credsStore]]": "ecr-login" | ||
+ | } | ||
== See also == | == See also == | ||
* {{Credential Helpers}} | * {{Credential Helpers}} | ||
+ | * {{GitLab CI}} | ||
+ | |||
+ | [[Category:GitLab]] |
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: