Actions
Bug #37418
openValue of hidden Ansible variables visible in plain text under "Variables" and "Inventory" tabs of a host's details.
Difficulty:
Triaged:
No
Description
Steps to Reproduce:
1. Create an Ansible variable and a hidden value (in our tests "changeme") for this variable
2. Assign the variable to an ansible role
3. Assign this role to host and open the Host page of this host and click the ansible.
4. You see the hidden Value (changeme) as plain text under Variables and inventory tabs.
Actual results:
Hidden Value signed variables (e.g. Password) shown as plain text
Expected results:
Hidden Value signed variables (e.g. Password) should be shown as sysmbols only.
Actions