charm-openstack-dashboard/templates
Carlos Bravo ab66a192f4 Added OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED to config options
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
2024-03-27 21:57:28 -04:00
..
bobcat Added OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED to config options 2024-03-27 21:57:28 -04:00
icehouse Allow customization of branding 2022-02-01 01:00:09 +09:00
liberty Allow customization of branding 2022-02-01 01:00:09 +09:00
mitaka Allow customization of branding 2022-02-01 01:00:09 +09:00
newton Set customization_module in local_settings.py 2022-06-03 14:56:40 -04:00
ocata Set customization_module in local_settings.py 2022-06-03 14:56:40 -04:00
pike Disabled browser cache(excluding static files) 2022-09-02 07:09:38 +00:00
queens Set customization_module in local_settings.py 2022-06-03 14:56:40 -04:00
rocky Disabled browser cache(excluding static files) 2022-09-02 07:09:38 +00:00
stein Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES 2024-01-24 11:19:01 -03:00
zed Allow configure of OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES 2024-01-24 11:19:01 -03:00
000-default.conf Added template symlinks with newnames pointing to old 2014-05-15 07:34:07 +01:00
default Ease KeepAliveTimeout 2021-11-23 04:46:42 +00:00
default-ssl Ease KeepAliveTimeout 2021-11-23 04:46:42 +00:00
default-ssl.conf Added template symlinks with newnames pointing to old 2014-05-15 07:34:07 +01:00
haproxy.cfg Adjust haproxy timeout to intended values 2024-03-06 14:59:11 -03:00
ports.conf Initial redux 2013-07-15 17:25:46 +01:00