Closed malena-ebert-sonarsource closed 11 months ago
This PR is adding support to set arguments for fetching credentials.
Some enabled use cases are the following:
VAULT[path/aws/sts/role-name access_key ttl=900]
VAULT[path/kv/data/entry data.foo version=2]
To get a cached value, the arguments must be equal.
Hello Malena 👋 Thanks for the contribution! LGTM overall, l've left a couple nits related to the error messages.
Hello Malena 👋 Thanks for the contribution!
LGTM overall, l've left a couple nits related to the error messages.
I updated the PR with your suggestions.
This PR is adding support to set arguments for fetching credentials.
Some enabled use cases are the following:
VAULT[path/aws/sts/role-name access_key ttl=900]
VAULT[path/kv/data/entry data.foo version=2]
To get a cached value, the arguments must be equal.