-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
True
-
-
False
-
-
-
Important
Description of problem:
The contents of a secret input field in the Software Template is shown on the review page if no value is entered and the default value is used. Snippet of a Software Template: password: title: Repository password type: string default: abcdef ui:field: Secret
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
1. Create a Software Template with this input field
2. Create a resource using this template
3. Leave the Repository password field untouched. The default value abcdef will be used
4. Click Next until the Review page is shown
5. The value abcdef will be visible
6. Repeat the steps above and fill in a random password
7. The password is masked with asterisks on the Review page
Actual results:
Expected results:
Fields with secret data should not visible in the ui nor in logs.