Uwe Jäger a4e6e58e4e Update Skyline configuration to enable SSO
Change-Id: I5b4a30e605bb143cf342f83f0c811c25046269ef
2024-03-15 20:18:29 +01:00

695 B

Skyline OpenStack dashboard

Skyline is a dashboard for Openstack with a modern technology stack.

Single Sign On (SSO)

Skyline supports SSO with an Openid IdP. When you configure an IdP with protocol openid, Kolla will automatically enable SSO and set up the trusted dashboard url for Keystone. If you don't want to use SSO in Skyline, you can disable it by setting skyline_enable_sso to "no":

skyline_enable_sso: "no"

If you want to enable it without setting up the IdP with Kolla you can simply enable it with:

skyline_enable_sso: "yes"