From 36987338eaa3d8b9ec89e2724e7ed7efe2531587 Mon Sep 17 00:00:00 2001 From: a3exodus <118157982+a3exodus@users.noreply.github.com> Date: Thu, 8 May 2025 11:28:00 +0200 Subject: [PATCH] docs: Add missing RBAC Action Definitions Synthetic Monitoring (#102852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: RBAC permissions action definitions synthetic monitoring * Prettier Signed-off-by: Jack Baldry --------- Signed-off-by: Jack Baldry Co-authored-by: Jack Baldry Co-authored-by: Irene Rodríguez --- .../custom-role-actions-scopes/index.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md b/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md index f9935338af2..31aeaa1a99a 100644 --- a/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md +++ b/docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md @@ -238,6 +238,28 @@ For more information on Cloud Access Policies and how to use them, see [Access p | `alert.notifications.routes:read` | None | Read notification policies. | | `alert.notifications.routes:write` | None | Create new, update or delete notification policies | +### Grafana Synthetic Monitoring action definitions + +The following list contains role-based access control actions used by Grafana Synthetic Monitoring. + +| Action | Applicable scopes | Description | +| ------------------------------------------------------ | ----------------- | ----------------------------------------------------------- | +| `grafana-synthetic-monitoring-app:read` | None | Read synthetic monitoring app. | +| `grafana-synthetic-monitoring-app:write` | None | Write synthetic monitoring app. | +| `grafana-synthetic-monitoring-app.checks:read` | None | Read checks in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.checks:write` | None | Create and edit checks in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.checks:delete` | None | Delete checks in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.probes:read` | None | Read probes in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.probes:write` | None | Create and edit probes in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.probes:delete` | None | Delete probes in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.alerts:read` | None | Read alerts in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.alerts:write` | None | Create and edit alerts in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.alerts:delete` | None | Delete alerts in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.thresholds:read` | None | Read thresholds in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.thresholds:write` | None | Create and edit thresholds in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.thresholds:delete` | None | Delete thresholds in the Synthetic Monitoring app. | +| `grafana-synthetic-monitoring-app.access-tokens:write` | None | Create and delete synthetic monitoring access tokens. | + ## Scope definitions The following list contains role-based access control scopes.