morningconsult / docker-credential-vault-login

Automatically gets docker credentials from Hashicorp Vault
Apache License 2.0
77 stars 11 forks source link

deps: vault@1.5.0 #52

Closed alexdulin closed 4 years ago

alexdulin commented 4 years ago

This updates the vault dependencies to 1.5.0. Due to changes in vault's core, some of the tests began to fail due to the agent requiring either:

  1. A sink when auto_auth is used
  2. Caching enabled when no sink is used, which also requires a listener.

Signed-off-by: Alex Dulin a.dulin2010@gmail.com

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.