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