Skip to content

Commit 892250f

Browse files
author
Matt Dolian
committed
docs(managing_deis): add section for registrationMode
This commit adds a section to the managing_deis/production_deployment documentation that explains how to disable or set registrations to adminOnly.
1 parent f886695 commit 892250f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/managing_deis/production_deployments.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,25 @@ Back up data
5353

5454
Backing up data regularly is recommended. See :ref:`backing_up_data` for steps.
5555

56+
Change Registration Mode
57+
------------------------
58+
59+
Changing the registration process is highly recommended in production. By default, registrations for a
60+
new cluster are open to anyone with the proper URL. Once the admin user has registered on a new cluster,
61+
it is recommended that you either turn off registrations entirely or enable the adminOnly registration feature.
62+
63+
Turn off registrations:
64+
65+
.. code-block:: console
66+
67+
$ deisctl config platform set registrationMode=disable
68+
69+
Turn on admin only registrations:
70+
71+
.. code-block:: console
72+
73+
$ deisctl config platform set registrationMode=adminOnly
74+
5675
Configure logging and monitoring
5776
--------------------------------
5877

0 commit comments

Comments
 (0)