Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionLukáš Hellebrandt
2020-03-18 15:49:24 UTC
Description of problem:
When running the playbook "Configure Cloud Connector", when entering parameters, there is text input "satellite_password". It's not hidden in asterisks, it's plaintext. Users usually expect password fields to be of type password, not text.
Version-Release number of selected component (if applicable):
6.7 snap 16, NOT regression
How reproducible:
Deterministic
Steps to Reproduce:
1. Hosts -> Job Templates
2. Run template Configure Cloud Connector
3. Start typing in field satellite_password
Actual results:
The entered password is visible
Expected results:
The entered password is hidden as passwords usually are
Perhaps we should document that it's a good idea to use token instead of a password. It's additional manual step that must be done through CLI, but probably a good idea. Anyway, this is a generic RFE for template inputs in Foreman core, we should be able to mark inputs as hidden like we do with parameters.
Comment 5Lukáš Hellebrandt
2020-03-20 09:02:19 UTC
No, it's not - this bug is about filling the invocation form and not having the password asterisked-out, the other one is about already invoked job having password in its name.