We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new authentication method with AppRole: https://developer.hashicorp.com/vault/docs/auth/approle
It can be useful in the case of vault-aws-credentials-helper is used inside automated workflows (such as CI/CD pipelines, servers ...).
vault-aws-credentials-helper
yes
The text was updated successfully, but these errors were encountered:
feat: add support for Vault AppRole auth (#2)
3dd46a1
For more details, see : https://developer.hashicorp.com/vault/docs/auth/approle#approle-auth-method Signed-off-by: thomasgouveia <[email protected]>
72bd801
thomasgouveia
Successfully merging a pull request may close this issue.
Description
Add new authentication method with AppRole: https://developer.hashicorp.com/vault/docs/auth/approle
It can be useful in the case of
vault-aws-credentials-helper
is used inside automated workflows (such as CI/CD pipelines, servers ...).Do you want to work on it ?
yes
The text was updated successfully, but these errors were encountered: