Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update details about grafana config
Browse files Browse the repository at this point in the history
consideRatio committed May 8, 2023
1 parent 099ab4d commit 7c1cb37
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/howto/grafana-github-auth.md
Original file line number Diff line number Diff line change
@@ -28,7 +28,9 @@ To enable logging into Grafana using GitHub, follow these steps:
grafana:
grafana.ini:
server:
root_url: https://<grafana.ingress.hosts[0]>
# 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://<grafana.ingress.hosts[#]>
auth.github:
enabled: true
# allowed_organizations should be a space separated list
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ prometheusIngressAuthSecret:
grafana:
grafana.ini:
server:
root_url: https://<grafana-domain>/
root_url: https://<grafana-domain>
auth.github:
enabled: true
allowed_organizations: 2i2c-org

0 comments on commit 7c1cb37

Please sign in to comment.