diff --git a/Grafana/Installation.html b/Grafana/Installation.html index 90f0da1..83a649a 100644 --- a/Grafana/Installation.html +++ b/Grafana/Installation.html @@ -2,14 +2,24 @@ title: Installation description: Mise en place de Grafana sous Docker ! published: true -date: 2021-05-02T08:23:08.608Z +date: 2021-05-09T09:10:53.879Z tags: editor: ckeditor dateCreated: 2021-05-02T08:23:06.971Z --> -

Présentation

-

Installation

-

Configuration

-

Ajouter une base de données

-

Connexion avec Keycloak

+

Présentation

+

Installation

+

Configuration

+

Ajouter une base de données

+

Connexion avec Keycloak

+
- GF_AUTH_GENERIC_OAUTH_ENABLED=true
+- GF_AUTH_GENERIC_OAUTH_SCOPES=email
+- GF_AUTH_GENERIC_OAUTH_NAME=<NAME>
+- GF_AUTH_GENERIC_OAUTH_ALLOW_SIGN_UP=true
+- GF_AUTH_GENERIC_OAUTH_CLIENT_ID=grafana
+- GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET=<CLIENT_SECRET>
+- GF_AUTH_GENERIC_OAUTH_AUTH_URL=https://<URL>/auth/realms/<REALMS>/protocol/openid-connect/auth
+- GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://<URL>/auth/realms/<REALMS>/protocol/openid-connect/token
+- GF_AUTH_GENERIC_OAUTH_API_URL=https://<URL>/auth/realms/<REALMS>/protocol/openid-connect/userinfo
+- GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH=contains(roles[*], 'admin') && 'Admin' || contains(roles[*], 'editor') && 'Editor' || 'Viewer'