Skip to content

Commit

Permalink
Use versioned links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeCRL committed Jan 26, 2025
1 parent 9eb3ced commit 4c60926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/current/_includes/releases/v25.1/v25.1.0-beta.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Release Date: January 27, 2025

<h3 id="v25-1-0-beta-2-operational-changes">Operational changes</h3>

- Customers must pass URIs as [external connections]({% link {{ page.version.version }}/create-external-connection.md %}) when [setting up Logical Data Replication (LDR)]({% link {{ page.version.version }}/set-up-logical-data-replication.md %}). [#139506][#139506]
- Customers must pass URIs as [external connections]({% link v25.1/create-external-connection.md %}) when [setting up Logical Data Replication (LDR)]({% link v25.1/set-up-logical-data-replication.md %}). [#139506][#139506]

<h3 id="v25-1-0-beta-2-db-console-changes">DB Console changes</h3>

- The DB Console Cluster Settings page and `/_admin/v1/settings` API now use the same authorization and redaction logic as `SHOW CLUSTER SETTINGS` and `crdb_internal.cluster_settings`:
- Users need `ADMIN`, `MODIFYCLUSTERSETTINGS`, or `VIEWCLUSTERSETTINGS` privileges to view settings.
- If you have [enabled redaction of sensitive settings]({% link {{ page.version.version }}/cluster-settings.md %}#setting-server-redact-sensitive-settings-enabled), only users with `ADMIN` or `MODIFYCLUSTERSETTINGS` permissions can view values of settings CockroachDB classifies as `sensitive`.
- If you have [enabled redaction of sensitive settings]({% link v25.1/cluster-settings.md %}#setting-server-redact-sensitive-settings-enabled), only users with `ADMIN` or `MODIFYCLUSTERSETTINGS` permissions can view values of settings CockroachDB classifies as `sensitive`.
- Users with `VIEWACTIVITY` or `VIEWACTIVITYREDACTED` roles can only access settings pertaining to the DB Console.

This change provides consistent behavior across all methods of accessing cluster settings. [#139277][#139277]
Expand Down

0 comments on commit 4c60926

Please sign in to comment.