942e973cf2
Starting from Openstack Bobcat (2023.2) Multi Factor Authentication was added for Horizon. This change introduced a new variable called OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED, which if set to True will display a new form requesting for the user's TOTP code for MFA enabled users. This change provides the missing OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED config option for the charm, allowing the user to enable from the charm's configuration. If the value is set to True, the new bobcat template will render the following values: OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED = True AUTHENTICATION_PLUGINS = [ 'openstack_auth.plugin.totp.TotpPlugin', 'openstack_auth.plugin.password.PasswordPlugin', 'openstack_auth.plugin.token.TokenPlugin' ] Closes-Bug: #2058689 Change-Id: Ifedf587356693b58612b1fc4d7404f0f446158ce |
||
---|---|---|
.. | ||
__init__.py | ||
test_actions_openstack_upgrade.py | ||
test_actions_package_upgrade.py | ||
test_actions.py | ||
test_horizon_contexts.py | ||
test_horizon_hooks.py | ||
test_horizon_utils.py | ||
test_utils.py |