mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 18:18:30 +00:00
This commit adds the AWS auth method for Vault RA mode following similar pattern in the existing approle and kubernetes methods. This auth method supports both iam and ec2 auth type, see https://developer.hashicorp.com/vault/docs/auth/aws for more info. Implements #1946