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>
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 $