ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.11k stars 3.43k forks source link

Add GCP Secret manager plugin #15069

Open D1StrX opened 8 months ago

D1StrX commented 8 months ago

Please confirm the following

Feature type

New Feature

Feature Summary

GCP Secret Manager provides similar service to Azure KeyVault. Not sure if the lookup plugin must be implemented for this. It would be great to see GCP Secret Manager supported as a Credential input source the same as Azure KeyVault.

Select the relevant components

Steps to reproduce

.

Current results

Not available.

Sugested feature result

New credential type for GCP Secret Manager.

Additional information

No response

jack-rep commented 5 months ago

Lookup plugin was implemented here: https://github.com/ansible-collections/google.cloud/pull/578 So if that was a requirement, it is now satisfied. Want to see this added to AWX too!