hashicorp / vault-helm

Helm chart to install Vault and other associated components.
Mozilla Public License 2.0
1.08k stars 873 forks source link

AWSKMS Seal support AWS Identity and Access Management Roles Anywhere #900

Open pankajchugh7 opened 1 year ago

pankajchugh7 commented 1 year ago

Our Requirement is to use awskms seal type for auto-unseal HashiCorp Vault deployed on OCP containers.

One way is to provided IAM credentials in AWSKMS stanza but that is forbidden in my organization.

Does vault also support AWS Identity and Access Management Roles Anywhere mechanism to obtain credentials and then use it for auto-unsealing? Vault use official AWS SDK so looks like its possible, but we dont know how to achieve the same.

Could you please help us in this regards.