From 7c1cb376c7dad73ea3c3523a24b6d8ad5da741fb Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 9 May 2023 01:24:22 +0200 Subject: [PATCH] docs: update details about grafana config --- docs/howto/grafana-github-auth.md | 4 +++- docs/hub-deployment-guide/deploy-support/configure-support.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/howto/grafana-github-auth.md b/docs/howto/grafana-github-auth.md index 7c2a96400a..16f6d0ba6b 100644 --- a/docs/howto/grafana-github-auth.md +++ b/docs/howto/grafana-github-auth.md @@ -28,7 +28,9 @@ To enable logging into Grafana using GitHub, follow these steps: grafana: grafana.ini: server: - root_url: https:// + # root_url should point to the domain we redirect to if we have multiple + # domain names configured and redirects from one to another + root_url: https:// auth.github: enabled: true # allowed_organizations should be a space separated list diff --git a/docs/hub-deployment-guide/deploy-support/configure-support.md b/docs/hub-deployment-guide/deploy-support/configure-support.md index f26f6b6b41..4e9e352926 100644 --- a/docs/hub-deployment-guide/deploy-support/configure-support.md +++ b/docs/hub-deployment-guide/deploy-support/configure-support.md @@ -21,7 +21,7 @@ prometheusIngressAuthSecret: grafana: grafana.ini: server: - root_url: https:/// + root_url: https:// auth.github: enabled: true allowed_organizations: 2i2c-org