add info for grafana groups

This commit is contained in:
2023-02-13 12:38:26 +01:00
parent 90c32ffc67
commit 38f885718a
2 changed files with 8 additions and 0 deletions
@@ -109,6 +109,8 @@ Currently we have following AD groups to grant access to certain services/system
| unx-puppet_dev | developer of puppet code |
| unx-puppet_usr | user of puppet (i.e. need access to linux-infra group/repos) |
| unx-lx_users | all personal linux accounts at PSI (directly updated from SAP) |
| unx-lx_grafana_adm | Grafana Administrators |
| unx-lx_grafana_edi | Group with Grafana editor rights |
These two groups are used within Service now to assign tickets:
| Group |
+6
View File
@@ -10,3 +10,9 @@ There are two main processes on this server:
- /usr/sbin/httpd
The installation is done by a puppet role: https://git.psi.ch/linux-infra/puppet/blob/preprod/code/modules/profile/manifests/grafana.pp
The rights for Grafana are managed with these two AD groups:
| Group | Notes |
| ---- | ---- |
| unx-lx_grafana_adm | Grafana Administrators |
| unx-lx_grafana_edi | Group with Grafana editor rights |