From 38f885718a42b59671ff2a511330e13653398075 Mon Sep 17 00:00:00 2001 From: ebner Date: Mon, 13 Feb 2023 12:38:26 +0100 Subject: [PATCH] add info for grafana groups --- infrastructure-guide/infrastructure_systems.md | 2 ++ infrastructure-guide/metrics00.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/infrastructure-guide/infrastructure_systems.md b/infrastructure-guide/infrastructure_systems.md index 07f67006..1ca5bbe7 100644 --- a/infrastructure-guide/infrastructure_systems.md +++ b/infrastructure-guide/infrastructure_systems.md @@ -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 | diff --git a/infrastructure-guide/metrics00.md b/infrastructure-guide/metrics00.md index 45fa8321..673ff1fc 100644 --- a/infrastructure-guide/metrics00.md +++ b/infrastructure-guide/metrics00.md @@ -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 | \ No newline at end of file