oli-g / vault-docker-login-buildkite-plugin

Login to docker with credentials stored in vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault Docker Login Buildkite Plugin

Log into docker/buildah with credentials stored in vault.

Example

Add the following to your pipeline.yml:

steps:
  - command: ls
    plugins:
      - elastic/vault-docker-login#v0.5.0:
          secret_path: 'secret/ci/elastic-<<your-repo>>/container-registry/<<credentials>>'

About

Login to docker with credentials stored in vault


Languages

Language:Shell 100.0%