docs(rbac): add Private data source connect fixed roles new our docs (#111992)

Co-authored-by: Sarah Constant <sarah.lee.constant@gmail.com>
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Sarah Constant
2025-10-13 11:27:27 +01:00
committed by GitHub
co-authored by Sarah Constant Irene Rodríguez Jack Baldry
parent 8a5eba6395
commit add2ce75c8
@@ -181,3 +181,15 @@ The following table lists the default RBAC OnCall role assignments to the basic
| Admin | `plugins:grafana-oncall-app:admin` | Default [Grafana organization administrator](ref:rbac-basic-roles) assignments. |
| Editor | `plugins:grafana-oncall-app:editor` | Default [Editor](ref:rbac-basic-roles) assignments. |
| Viewer | `plugins:grafana-oncall-app:reader` | Default [Viewer](ref:rbac-basic-roles) assignments. |
### Private data source connect roles
The following table lists how private data source connect fixed roles are assigned to the basic roles:
| Basic role | Associated fixed roles | Description |
| ------------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Grafana Admin | `plugins:grafana-pdc-app.private-networks:write`, `plugins:grafana-pdc-app.private-networks:read` | Default [Grafana server administrator](/docs/grafana/<GRAFANA_VERSION>/administration/roles-and-permissions/#grafana-server-administrators) assignments. |
{{< admonition type="note" >}}
These private data source connect fixed roles must be granted alongside the `fixed:datasources:writer` role for the permissions to take effect.
{{< /admonition >}}