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 diff --git a/requirements.yml b/requirements.yml index 65eac5d..7524710 100644 --- a/requirements.yml +++ b/requirements.yml @@ -67,13 +67,13 @@ version: 6.1.0 name: geerlingguy.docker - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gitea.git - version: v1.19.3-0 + version: v1.19.4-0 name: gitea - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git version: v0.9.0-3 name: gotosocial - src: git+https://gitlab.com/etke.cc/roles/grafana.git - version: v10.0.1-0 + version: v10.0.1-1 - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git version: v2.10-0 name: healthchecks @@ -156,13 +156,13 @@ - src: git+https://gitlab.com/etke.cc/roles/swap.git version: abfb18b6862108bbf24347500446203170324d7f - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-syncthing.git - version: v1.23.5-0 + version: v1.23.6-0 name: syncthing - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-telegraf.git version: v1.27.1-2 name: telegraf - src: git+https://gitlab.com/etke.cc/roles/uptime_kuma.git - version: v1.22.0-0 + version: v1.22.1-0 - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-vaultwarden.git version: v1.28.1-0 name: vaultwarden