ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
81 stars 58 forks source link

Add support for Kubernetes Auth Method #352

Open pfeifferj opened 1 year ago

pfeifferj commented 1 year ago
SUMMARY

Currently, the following authentication methods are supported by the vault lookup plugin: token, userpass, ldap, approle, aws_iam, azure, jwt, cert.

Vault also supports Kubernetes as an auth method cf. vault docs

It would be really handy to have this feature here as well for more cloud native contexts.

ISSUE TYPE
COMPONENT NAME

community.hashi_vault/plugins/lookup/vault_login

ADDITIONAL INFORMATION
pfeifferj commented 1 year ago

I see there is already a PR open for this here, however the last update was almost a year ago.

pfeifferj commented 1 year ago

fetched upstream/resolved conflicts here: pr#353