Activity log for bug #1840251

Date Who What changed Old value New value Message
2019-08-15 12:33:05 Mihaela Andronic bug added bug
2019-08-15 12:44:52 Chris MacNaughton charm-openstack-dashboard: status New Confirmed
2019-08-15 12:44:55 Chris MacNaughton charm-openstack-dashboard: importance Undecided Wishlist
2019-08-19 15:21:06 Mihaela Andronic description Hi, Our Customer needs to disable the reveal button for password fields, including on the login form for security reasons. At a first inspection of the juju config parameters for the openstack-dashboard application on the cloud environment, we cannot see this option available within the charm. Just to give you an update on where I've got to in the case - so far. Our Engineers managed to to MANUALLY add the option that was requested within a Juju deployed OpenStack lab, where they made the following changes to a test unit for the openstack-dashboard application. #STEPS# First, created the following settings snippet: sudo su -c "cat > /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_20_disable_password_reveal.py <<'EOF' HORIZON_CONFIG['disable_password_reveal'] = True EOF" After restarting the OpenStack dashboard, on the dashboard login page, they could confirm that the reveal GUI option was now gone, as intended. IMPORTANT NOTE: if we are to manually add this configuration to the openstack-dashboard units within the cloud environment, it will not survive an application redeploy. Also, as of yet we have not been able to confirm yet whether the charm will not overwrite this directory altogether, wiping away the changes made. We are opening this BUG as a request to make the setting available from charm option. Thanks in advance, Kind Regards Hi, Our Customer needs to disable the reveal button for password fields, including on the login form for security reasons. At a first inspection of the juju config parameters for the openstack-dashboard application on the cloud environment, we cannot see this option available within the charm. Our Engineers managed to to MANUALLY add the option that was requested within a Juju deployed OpenStack lab, where they made the following changes to a test unit for the openstack-dashboard application. #STEPS# First, created the following settings snippet: sudo su -c "cat > /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_20_disable_password_reveal.py <<'EOF' HORIZON_CONFIG['disable_password_reveal'] = True EOF" After restarting the OpenStack dashboard, on the dashboard login page, they could confirm that the reveal GUI option was now gone, as intended. IMPORTANT NOTE: if we are to manually add this configuration to the openstack-dashboard units within the cloud environment, it will not survive an application redeploy. Also, as of yet we have not been able to confirm yet whether the charm will not overwrite this directory altogether, wiping away the changes made. We are opening this BUG as a request to make the setting available from charm option. Thanks in advance, Kind Regards
2019-08-27 05:01:48 Xav Paice charm-openstack-dashboard: assignee Xav Paice (xavpaice)
2019-08-27 05:01:54 Xav Paice charm-openstack-dashboard: status Confirmed In Progress
2019-08-27 05:02:09 Xav Paice bug added subscriber Canonical IS BootStack
2019-08-27 06:09:51 Xav Paice bug added subscriber Canonical Field Medium
2020-03-12 07:06:15 OpenStack Infra charm-openstack-dashboard: status In Progress Fix Committed
2020-03-12 20:05:35 Xav Paice charm-openstack-dashboard: assignee Xav Paice (xavpaice)
2020-05-19 12:53:30 James Page charm-openstack-dashboard: milestone 20.05
2020-05-21 20:11:45 David Ames charm-openstack-dashboard: status Fix Committed Fix Released