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_NAMEhas to beX-Pomerium-Jwt-Assertion
Without these two changes, I wasn’t able to make it work.