Changes for page Grafana

Last modified by Peter Wurbs on 2025/05/07 11:36

From version 32.1
edited by Peter Wurbs
on 2025/04/14 12:03
Change comment: There is no comment for this version
To version 34.3
edited by Peter Wurbs
on 2025/04/14 12:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,15 +32,23 @@
32 32  * When you see this message after entering your credentials, then you don't have a Grafana license assigned in the DevOps portal:
33 33  [[image:1744266590219-161.png||height="242" width="293"]]
34 34  
35 -= Users, Projects, Organizations and Roles =
35 += Users, Projects and Roles =
36 36  
37 37  * Projects, users and their roles in projects are managed in the DevOps portal, the corresponding functions in Grafana are disabled (UI and API)
38 -* Projects in DevOps portal are mapped to Organizations in Grafana. This means, when there is a new project in the portal having Grafana as a configured tool, then there is a new Grafana "Org". Users assigned to a project in the portal are then assigned to a Grafana Org applying the configured roles.
38 +
39 +(% class="box warningmessage" %)
40 +(((
41 +⚠ **Note**
42 +Projects in DevOps portal are mapped to Grafana Organizations. These are not related to the organizations in the portal.
43 +)))
44 +
45 +* When there is a new project in the portal having Grafana as a configured tool, then there is a new Grafana Organization. Users assigned to a project in the portal are then assigned to a Grafana Organization applying the configured roles.
39 39  ** Role mapping: (((
40 -|=Project Role in DevOps Portal|=Grafana Organization Role|=Permissions in Grafana
41 -|Viewer|Viewer|Can view dashboards and alerts
42 -|Developer / Master|Editor|Can create/edit dashboards and alerts and use the Explore function
47 +(% class="active" %)|=Project Role in DevOps Portal|=Grafana Organization Role|=Permissions in Grafana
43 43  |Admin|Admin|Has full permissions within the Grafana org, e.g. can setup datasources, manage folders, teams and service accounts
49 +|Master|(% colspan="1" rowspan="2" %)Editor|(% colspan="1" rowspan="2" %)Can create/edit dashboards and alerts and use the Explore function
50 +|Developer
51 +|Viewer|Viewer|Can view dashboards and alerts
44 44  
45 45  A detailed description of the Grafana role model can be found [[here>>https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/]].
46 46  )))