You can disable single sign-on for Ceph Dashboard.
Before you begin
Before you begin, make sure that you have the following prerequisites in place:
- A running IBM Storage Ceph cluster.
- Installation of the Ceph Dashboard.
- Root-level access to the Ceph Manager hosts.
- Single sign-on enabled for Ceph Dashboard.
About this task
You can disable SAML 2.0 and OAuth2 SSO for the Ceph Dashboard at any time.
Procedure
- Optional: View the status of the SSO.
cephadm shell ceph dashboard sso status
For
example,
[ceph: root@host01 /]# ceph dashboard ceph dashboard sso status
SSO is "enabled" with "SAML2" protocol.
- Disable SSO.
cephadm shell ceph dashboard sso disable
For
example,
[ceph: root@host01 /]# ceph dashboard ceph dashboard sso disable
SSO is "disabled".