Skip to content

Commit dbb95ea

Browse files
committed
Worked on Jesse's comments
1 parent ef88ba5 commit dbb95ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2.1/admin-ui-access-and-navigate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc: false
1010

1111
You can access the Admin UI from any node in the cluster.
1212

13-
{{site.data.alerts.callout_info}}By default, CockroachDB allows all users to access and view the Admin UI. For added security, you can choose to <a href="admin-ui-user-authentication.html">enable user authentication</a> for secure clusters so that only authorized users can access and view the Admin UI. {{site.data.alerts.end}}
13+
{{site.data.alerts.callout_info}}By default, CockroachDB allows all users to access and view the Admin UI. For secure clusters, you can choose to <a href="admin-ui-user-authentication.html">enable user authentication</a> to restrict access to the Admin UI to authorized users. {{site.data.alerts.end}}
1414

1515
By default, you can access it via HTTP on port `8080` of the hostname or IP address you configured using the `--host` flag while [starting the node](https://www.cockroachlabs.com/docs/stable/start-a-node.html#general). For example, `http://<any node host>:8080`. If you are running a secure cluster, use `https://<any node host>:8080`.
1616

v2.1/admin-ui-user-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By default, CockroachDB allows all users to access and view the Admin UI. Howeve
88

99
<div id="toc"></div>
1010

11-
1. Start a secure cluster as described in our [deployment tutorials](secure-a-cluster.html#step-1-create-security-certificates).
11+
1. Start a secure cluster as described in our [deployment tutorials](manual-deployment.html).
1212

1313
However, when starting each node, be sure to set the `COCKROACH_EXPERIMENTAL_REQUIRE_WEB_LOGIN=TRUE` environment variable, for example:
1414

0 commit comments

Comments
 (0)