2.15. Ceph Dashboard のシングルサインオンの無効化
SAML 2.0 プロトコルを使用して、Ceph Dashboard のシングルサインオンを無効にすることができます。
前提条件
- 稼働中の Red Hat Ceph Storage クラスターがある。
- Ceph Dashboard のインストール。
- Ceph Manager ホストへの root レベルのアクセス。
- Ceph Dashboard で有効になっているシングルサインオン
手順
SSO が有効になっているかどうかを確認します。
構文
podman exec CEPH_MGR_HOST ceph dashboard sso status
例
[root@host01 ~]# podman exec host01 ceph dashboard sso status SSO is "enabled" with "SAML2" protocol.
SSO を無効にします。
構文
podman exec CEPH_MGR_HOST ceph dashboard sso disable SSO is "disabled".
例
[root@host01 ~]# podman exec host01 ceph dashboard sso disable
関連情報
- シングルサインオンを有効にするには、Red Hat Ceph Storage ダッシュボードガイドの Ceph Dashboard のシングルサインオンの有効化 を参照してください。