@@ -26,22 +26,26 @@ See [Configuring Object Storage][] for details on removing this operational comp
2626
2727## Review Security Considerations
2828
29- There are some additional security-related considerations when running Workflow in production, and
30- users can consider enabling a firewall on the CoreOS hosts as well as the router component.
31-
29+ There are some additional security-related considerations when running Workflow in production.
3230See [ Security Considerations] [ ] for details.
3331
3432
35- ## Change Registration Mode
33+ ## Registration is Admin-Only
3634
37- Changing the registration process is highly recommended in production. By default, registrations
38- for a new cluster are open to anyone with the proper URL. Once the admin user has registered with a
39- new cluster, it is recommended to either turn off registrations or enable the admin-only
40- registration feature. It is also recommended to disable signups for the Grafana dashboards.
35+ By default, registration with the Workflow controller is in "admin_only" mode. The first user
36+ to run a ` deis register ` command becomes the initial "admin" user, and registrations after that
37+ are disallowed unless requested by an admin.
4138
42- Please see the following documentation:
39+ Please see the following documentation to learn about changing registration mode :
4340
4441 - [ Customizing Controller] [ ]
42+
43+ ## Disable Grafana Signups
44+
45+ It is also recommended to disable signups for the Grafana dashboards.
46+
47+ Please see the following documentation to learn about disabling Grafana signups:
48+
4549 - [ Customizing Monitor] [ ]
4650
4751
0 commit comments