mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-05 21:36:02 +02:00
13 lines
279 B
YAML
13 lines
279 B
YAML
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
|