Documentation around Pomerium/Istio/Grafana (#675)

* Added an example of how to protect Grafana with Pomerium inside of an Istio mesh
* Added relevant documentation links
This commit is contained in:
Bjoern Weidlich 2020-05-17 22:26:09 -07:00 committed by GitHub
parent 9ede2be7c5
commit 1a1a5a11f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 150 additions and 0 deletions

View file

@ -0,0 +1,13 @@
config:
insecure: true
policy:
- from: https://grafana.yourcompany.com
to: "http://prometheus-grafana.monitoring.svc.cluster.local"
timeout: 30s
allowed_domains:
- yourcompany.com
ingress:
enabled: false
extraEnv:
JWT_CLAIMS_HEADERS: email