Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/current/_includes/releases/v25.4/v25.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
<td>
<p class="feature-summary">Metrics Viewer Role for CockroachDB Cloud</p>
<p class="feature-description">
This release introduces the <a href="{% link cockroachcloud/authorization.md %}">Metrics Viewer role</a> in CockroachDB Cloud, which provides dedicated permissions for collecting metrics and viewing insights. The role enhances security by enabling granular access to cluster performance data.
This release introduces the <a href="{% link cockroachcloud/authorization.md %}#metrics-viewer">Metrics Viewer role</a> in CockroachDB Cloud, which provides dedicated permissions for collecting metrics and viewing insights. The role enhances security by enabling granular access to cluster performance data.

The Metrics Viewer role provides read-only access to cluster metrics and insights, without administrative or data modification privileges.
</p>
Expand All @@ -180,7 +180,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
<li>Targeted Access: Provides focused access to operational metrics, empowering teams to monitor health and performance efficiently.</li>
<li>Enhanced Collaboration: Facilitates secure collaboration by allowing different teams (e.g., SREs, developers) to access relevant metrics without over-provisioned permissions.</li>
</ul>
<p class="feature-description">When combined with the <a href="{% link cockroachcloud/authorization.md %}">Cluster Developer role</a>, users effectively gain 'Power Developer'-like capabilities, allowing them to build applications and monitor performance while maintaining clear privilege separation for security.</p>
<p class="feature-description">When combined with the <a href="{% link cockroachcloud/authorization.md %}#cluster-developer">Cluster Developer role</a>, users effectively gain 'Power Developer'-like capabilities, allowing them to build applications and monitor performance while maintaining clear privilege separation for security.</p>
</td>
<td>All<sup>*</sup></td>
<td class="icon-center">{% include icon-no.html %}</td>
Expand Down
Loading