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
13.86k stars 3.4k forks source link

Add verify_ssl option for HashiCorp Vault Secret Lookup Credential in Ansible Tower UI #8577

Open swatinarvekar opened 3 years ago

swatinarvekar commented 3 years ago
ISSUE TYPE
SUMMARY

Currently "verify_ssl" option not available in UI for credential type "HashiCorp Vault Secret Lookup" like OpenShift/Kubernetes credentials type.

Verify SSL : Optionally you can check this option to allow Tower to verify the server’s SSL certificate is valid and trusted. Environments that use internal or private CA’s should leave this option unchecked to disable verification.

Customer Explanation:

I would like to have a verify_ssl option (type boolean) when I select HashiCorp Vault Secret Lookup from Ansible Tower UI.

francoislamiedepain commented 3 years ago

Hello team,

To add a bit more detail, currently when we try to add HashiCorp Vault Secret Lookup from AT GUI to retrieve credentials from a https Vault, we don't have ability to skip ssl verification as there is no verify_ssl field available:

Capture d’écran 2020-11-16 à 10 14 40

The feature idea is to add a verify_ssl field (boolean type) when HashiCorp Vault Secret Lookup credential type is selected (which is something already done for OpenShift or Kubernetes API Bearer Token credential type) :

Capture d’écran 2020-11-16 à 10 16 47

Thank a lot .

davidcba1 commented 3 years ago

This is critical for us when performing automated creation and testing via CI/CD - an update from Red Hat engineering would be appreciated as I've raised this via your support portal too.

VladoPortos commented 1 year ago

2 years later still the same issue :D I don't think we are getting this check box guys...