Skip to content

Commit 30dc60b

Browse files
committed
doc: mgr/dashboard: add --enable-auth flag
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: ceph#60440 (comment) Signed-off-by: Zac Dover <[email protected]>
1 parent 3e63860 commit 30dc60b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/mgr/dashboard.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,14 @@ the following logout_url: `https://<host_name>|<IP_address>/ /oauth2/sign_out`
780780
Again, from the IDP, we will need a user with a valid role, this user will be the one to perform
781781
authorization against, we can create a role like: 'administator' to give admin level access to the user.
782782

783+
Make certain that the ``enable_auth`` flag has been included in the ``ceph orch
784+
apply mgmt-gateway`` command and that it has been set to ``true`` by running a
785+
command of the following form:
786+
787+
.. prompt:: bash $
788+
789+
ceph orch apply mgmt-gateway --enable_auth=true --placement=<ceph-node-02>
790+
783791
To disable SSO:
784792

785793
.. prompt:: bash $

0 commit comments

Comments
 (0)