Skip to content

elastic/vault-docker-login-buildkite-plugin

Repository files navigation

Vault Docker Login Buildkite Plugin

Log into docker/buildah with credentials stored in vault.

Properties

Name Description Required Default
secret_path The Vault secret path with the user/pass/registry fields. true ``
disable_logout Whether to logout after running the command. false false

Example

Add the following to your pipeline.yml:

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

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors