From 89af321b1d915233767a09e4cd8d205aa4f67805 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 6 Jul 2023 11:16:01 +0300 Subject: [PATCH] Mention grafana_feature_toggles_enable on grafana.md --- docs/services/grafana.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/services/grafana.md b/docs/services/grafana.md index 8fa0ef7..1f55f55 100644 --- a/docs/services/grafana.md +++ b/docs/services/grafana.md @@ -91,6 +91,9 @@ Grafana supports Single-Sign-On (SSO) via OAUTH. To make use of this you'll need * Add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process (make sure to adjust `authentik.example.com`) ```yaml +# To make Grafana honor the expiration time of JWT tokens, enable this experimental feature below. +# grafana_feature_toggles_enable: accessTokenExpirationCheck + grafana_environment_variables_additional_variables: | GF_AUTH_GENERIC_OAUTH_ENABLED=true GF_AUTH_GENERIC_OAUTH_NAME=authentik