2.15. Ceph Dashboard のシングルサインオンの無効化

SAML 2.0 プロトコルを使用して、Ceph Dashboard のシングルサインオンを無効にすることができます。

前提条件

  • 稼働中の Red Hat Ceph Storage クラスターがある。
  • Ceph Dashboard のインストール。
  • Ceph Manager ホストへの root レベルのアクセス。
  • Ceph Dashboard で有効になっているシングルサインオン

手順

  1. 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.

  2. SSO を無効にします。

    構文

    podman exec CEPH_MGR_HOST ceph dashboard sso disable
    
    SSO is "disabled".

    [root@host01 ~]#  podman exec host01 ceph dashboard sso disable

関連情報