]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: mgr/dashboard: add --enable-auth flag 60440/head
authorZac Dover <zac.dover@proton.me>
Tue, 17 Jun 2025 06:05:08 +0000 (16:05 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 17 Jun 2025 06:05:08 +0000 (16:05 +1000)
Add an instruction that includes the --enable-auth flag in a "git orch
apply mgmt-gateway" command, in accordance with a request made by
afreen23 here: https://github.com/ceph/ceph/pull/60440#discussion_r1953530599

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/mgr/dashboard.rst

index 7a41c6542cde2f84dd608a8bdf70a096ca60a015..c117dbaa9d62fede65c4f83947cfeced1dd8042e 100644 (file)
@@ -780,6 +780,14 @@ the following logout_url: `https://<host_name>|<IP_address>/ /oauth2/sign_out`
 Again, from the IDP, we will need a user with a valid role, this user will be the one to perform
 authorization against, we can create a role like: 'administator' to give admin level access to the user.
 
+Make certain that the ``enable_auth`` flag has been included in the ``ceph orch
+apply mgmt-gateway`` command and that it has been set to ``true`` by running a
+command of the following form:
+
+.. prompt:: bash $
+
+   ceph orch apply mgmt-gateway --enable_auth=true --placement=<ceph-node-02>
+
 To disable SSO:
 
 .. prompt:: bash $