Peter Schiffer

Results 28 comments of Peter Schiffer

I'm closing this as it's tricky. You also need to configure cert and key on the client, so the communication is really secure, and I think this is out of...

I'm also seeing similar problem with `ipWhiteList` and `"fe80::/10"` in `sourceRange`. `"ClientHost":"fe80::9400:2ff:fe68:7408%eth0"` is not being recognized. ``` Version: 2.10.5 Codename: saintmarcelin Go version: go1.21.3 Built: 2023-10-11T13:54:02Z OS/Arch: linux/arm64 ```

Hello, here's my use case for this feature: For Grafana to auto assign users to different organizations, `X-Grafana-Org-Id` header must be present. I achieved this with the following: ```yaml jwt_claims_headers:...

The IPv6 gateway and subnet is automatically assigned by Docker in my case, I've just configured the pools in the Docker config: ``` # cat /etc/docker/daemon.json { "experimental": true, "ip6tables":...

Hm, I've upgraded to 3.16.3 and set log level to INFO, but it seems that I'm not getting these errors anymore. I also did a bit of rework of the...

`GF_AUTH_JWT_HEADER_NAME` must be set to `X-Pomerium-Jwt-Assertion`, it's case sensitive. I had the same issue: https://discuss.pomerium.com/t/bugs-in-the-grafana-guide/293/2