google.cloud icon indicating copy to clipboard operation
google.cloud copied to clipboard

Add lookup plugin for Google Secret Manager

Open gygitlab opened this issue 3 years ago • 2 comments

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')}}"

gygitlab avatar Sep 30 '21 09:09 gygitlab

It would be great if this feature could be implemented. Are there any chances to upvote it?

AliaksandrTsimokhau avatar Jul 18 '22 14:07 AliaksandrTsimokhau

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.

jospradlin avatar Oct 26 '22 04:10 jospradlin