Skip to content

Commit b69533e

Browse files
authored
Merge pull request #53574 from bburt-rh/RHDEVDOCS-4352-update-to-user-role-reqs-for-silencing-monitoring-alerts
RHDEVDOCS-4352 - update-to-user-role-reqs-for-silencing-monitoring-alerts
2 parents 3edcaf6 + 4efd16b commit b69533e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

modules/monitoring-silencing-alerts.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ You can either silence a specific alert or silence alerts that match a specifica
1010

1111
.Prerequisites
1212

13-
* You have access to the cluster as a developer or as a user with `edit` permissions for the project that you are viewing metrics for.
13+
* You are a cluster administrator and have access to the cluster as a user with the `cluster-admin` cluster role.
14+
* You are a non-administator user and have access to the cluster as a user with the following user roles:
15+
** The `cluster-monitoring-view` cluster role, which allows you to access Alertmanager.
16+
** The `monitoring-alertmanager-edit` role, which permits you to create and silence alerts in the *Administrator* perspective in the web console.
17+
** The `monitoring-rules-edit` role, which permits you to create and silence alerts in the *Developer* perspective in the web console.
1418
1519
.Procedure
1620

monitoring/managing-alerts.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ In {product-title} {product-version}, the Alerting UI enables you to manage aler
1414
1515
[NOTE]
1616
====
17-
The alerts, silences, and alerting rules that are available in the Alerting UI relate to the projects that you have access to. For example, if you are logged in with `cluster-administrator` privileges, all alerts, silences, and alerting rules are accessible.
17+
The alerts, silences, and alerting rules that are available in the Alerting UI relate to the projects that you have access to. For example, if you are logged in with `cluster-admin` privileges, you can access all alerts, silences, and alerting rules.
18+
19+
If you are a non-administator user, you can create and silence alerts if you are assigned the following user roles:
20+
21+
* The `cluster-monitoring-view` role, which allows you to access Alertmanager
22+
* The `monitoring-alertmanager-edit` role, which permits you to create and silence alerts in the *Administrator* perspective in the web console
23+
* The `monitoring-rules-edit` role, which permits you to create and silence alerts in the *Developer* perspective in the web console
1824
====
1925

2026
// Accessing the Alerting UI in the Administrator and Developer perspectives

0 commit comments

Comments
 (0)