2.11. Ceph Dashboard のシングルサインオンの無効化
Ceph Dashboard のシングルサインオンを無効にできます。
前提条件
- 稼働中の Red Hat Ceph Storage クラスター
- Ceph Dashboard ソフトウェアのインストール
- Dashboard を起動します。
- Ceph Manager ノードへのルートレベルのアクセス。
- Ceph Dashboard で有効になっているシングルサインオン
以下のライブラリーパッケージを Ceph Manager ノードにインストールします。
-
python3-saml
-
python3-defusedxml
-
python3-isodate
-
python3-xmlsec
-
手順
SSO の状態を表示するには、以下のコマンドを実行します。
ベアメタル デプロイメント:
構文
ceph dashboard sso status SSO is "enabled" with "SAML2" protocol.
コンテナー デプロイメント:
構文
podman exec CEPH_MGR_NODE ceph dashboard sso status SSO is "enabled" with "SAML2" protocol.
置き換え
-
Ceph
mgr
ノードを使用した CEPH_MGR_NODE。例:ceph-mgr-hostname
-
Ceph
SSO を無効にするには、以下のコマンドを実行します。
ベアメタル デプロイメント:
構文
ceph dashboard sso disable SSO is "disabled".
コンテナー デプロイメント:
構文
podman exec CEPH_MGR_NODE ceph dashboard sso disable SSO is "disabled".
置き換え
-
Ceph
mgr
ノードを使用した CEPH_MGR_NODE。例:ceph-mgr-hostname
-
Ceph
関連情報
- シングルサインオンを有効にするには、Red Hat Ceph Storage ダッシュボードガイドの Ceph Dashboard のシングルサインオンの有効化 を参照してください。