morningconsult / docker-credential-vault-login

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

Address edge case for non renewing tokens #47

Closed lindleywhite closed 1 year ago

lindleywhite commented 4 years ago

Description of changes: This clarifies some errors that aren't actually errors for the use case where tokens are not renewable. The new behavior excludes tokens that weren't renewed and limits grabbing credentials for tokens that will not succeed.

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