Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-17222

region selection pull-down being hidden on the login screen

XMLWordPrintable

    • Important

      To Reproduce Steps to reproduce the behavior:

      • configure Horizon to use OIDC auth method and multi-region: 
        WEBSSO_ENABLED = True
        WEBSSO_CHOICES = (
            ("credentials", _("Keystone Credentials")),
            ("oidc", _("OpenID Connect")),
            ("saml2", _("Security Assertion Markup Language"))
        )
        AVAILABLE_REGIONS = (
                (OPENSTACK_KEYSTONE_URL, 'Region1'),
                (OPENSTACK_KEYSTONE_URL, 'Region1'),
        )
      • On the login screen, use the auth method dropdown to switch to the OIDC auth method.

      Expected behavior:

      • the region selection dropdown should remain visible

      Known workaround:

      • that problem can be worked around by selecting the region while the login method is set to "credentials", and then switching the method to "oidc" – the pull-down is hidden, but it still retains the value that was selected
      • another way to work around it is to login to the default region and switch regions after that using the region switching drop-down at the top of the screen

      Additional context:

              rhn-engineering-rdopiera Radomir Dopieralski
              eshames Evelina Shames
              Jan Jasek Jan Jasek
              rhos-dfg-ui
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: