Skip to content

Commit

Permalink
Add clarification message to v20.2.14 RNs per customer feedback. (coc…
Browse files Browse the repository at this point in the history
…kroachdb#11085)

* Add clarification message to v20.2.14 RNs per customer feedback.

* Formatting nit.
  • Loading branch information
Ian Evans authored Aug 20, 2021
1 parent ce0bc66 commit 924ae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/v20.2.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ docker pull cockroachdb/cockroach:v20.2.14
### Security updates

- The `cert-principal-map` flag passed to [`cockroach` commands](../v20.2/cockroach-commands.html) now allows the certificate principal name to contain colons. [#67811][#67811]
- The [node status retrieval endpoints over HTTP](../v20.2/monitoring-and-alerting.html) [`/_status/nodes`, `/_status/nodes/<N>` and the (DB Console](../v20.2/ui-overview.html) `/#/reports/nodes`) now require the [`admin` role](../v20.2/authorization.html) from the requesting user. This ensures that operational details such as network addresses and command-line flags do not leak to unprivileged users. [#67069][#67069]
- The [node status retrieval endpoints over HTTP](../v20.2/monitoring-and-alerting.html) [`/_status/nodes`, `/_status/nodes/<N>` and the [DB Console](../v20.2/ui-overview.html) `/#/reports/nodes`) now require the [`admin` role](../v20.2/authorization.html) from the requesting user. This ensures that operational details such as network addresses and command-line flags do not leak to unprivileged users. This change means that the [Overview page](../v20.2/ui-overview.html) and [Hardware dashboard](../v20.2/ui-hardware-dashboard.html) of the DB Console will not show all details for non-`admin` users. [#67069][#67069]

### Enterprise edition changes

Expand Down

0 comments on commit 924ae98

Please sign in to comment.