Open
Description
SUMMARY
Official support for the ec2 auth method to generate a Vault Token
ISSUE TYPE
- Feature Idea
COMPONENT NAME
community.hashi_vault.vault_login
ADDITIONAL INFORMATION
From what I can understand from the documentation for this module, it does not support using native EC2 IMDS signature to login. Please correct me if I had misundersood this.
This auth method is useful for running on EC2 servers and would ensure the vault_login covers it. For now the workaround is doing manual Ansible uri
calls for the Signature and either using the direct Vault Endpoint or Vault Agent / CLI to get a valid vault token.