Hello, when following the Grafana integration guide: Securing Grafana with Pomerium | Pomerium
I found the following issues:
- the Pomerium route is missing
pass_identity_headers: true
- the value for Grafana’s
GF_AUTH_JWT_HEADER_NAME
has to beX-Pomerium-Jwt-Assertion
Without these two changes, I wasn’t able to make it work.