-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
Description
Currently Quarkus supports 4 auth methods for Vault: token, userpass, approle and k8s.
Let's add the AWS auth method (https://www.vaultproject.io/docs/auth/aws).
This will greatly benefit lambda functions developed using Quarkus that require Vault access, as auth would be possible with aws iam role of the function.
derandreasberger, HarveyEllis, palacerteupgrade, sparteupgrade and stefannegele