Skip to content

Commit

Permalink
docs: update details about grafana config
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed May 8, 2023
1 parent 099ab4d commit 7c1cb37
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c1cb37

Please sign in to comment.