You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
SUMMARY
Add in a lookup plugin to retrieve secrets from Google Secret Manager. Similar to the one for AWS.
ISSUE TYPE
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')}}"
The text was updated successfully, but these errors were encountered: