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.96k stars 3.41k forks source link

Azure Key Vault Private Key Passphrase not recognized #15176

Open GiuffreLab opened 4 months ago

GiuffreLab commented 4 months ago

Please confirm the following

Bug Summary

No response

AWX version

24.3.1

Select the relevant components

Installation method

kubernetes

Modifications

no

Ansible version

No response

Operating system

Ubuntu 20.04

Web browser

Edge

Steps to reproduce

Expected results

Successful creation of the Machine key

Actual results

Error "must be set when SSH key is encrypted" shown below the Private Key Passphrase field and unable to save.

Additional information

This was also seen on AWX version 24.0.0 before upgrading to 24.3.1 on the same environment.

TheRealHaoLiu commented 4 months ago

can you send a screenshot of this and also can you try this on the new UI (ui_next) to see if this problem still exist.

GiuffreLab commented 4 months ago

can you send a screenshot of this and also can you try this on the new UI (ui_next) to see if this problem still exist.

The new interface does not have the option to use an external secret management system (and the fields that do, do nothing when clicked).

image

This is testing the secret value against the key vault

image

This is the error you see when trying to save an Azure Key Vault secret in the private key passphrase

image