google.cloud
google.cloud copied to clipboard
Add lookup plugin for Google Secret Manager
SUMMARY
Add in a lookup plugin to retrieve secrets from Google Secret Manager. Similar to the one for AWS.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
Maybe something like google.cloud.gcp_secret
?
ADDITIONAL INFORMATION
A Lookup plugin would be a very convenient and more secure way to store passwords in Google Secret Manager and retrieve them easily in Ansible.
"{{ lookup('google.cloud.gcp_secret', 'app-password', on_missing='skip')}}"
It would be great if this feature could be implemented. Are there any chances to upvote it?
We seriously need this plugin. Hashicorp Vault and AWS Secrets Manager already do this as part of their Ansible collections. This would be a quick win.