Peter Schiffer

Results 112 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

Those two packages should align correctly as both are from the latest version of rhel atomic host (`7.3.6`): ``` # rpm -q oci-systemd-hook runc oci-systemd-hook-0.1.7-4.gite533efa.el7.x86_64 runc-1.0.0-6.gite800860.el7.x86_64 ``` This is how...

Unfortunately, even with the args I see the same error: ``` runc[16416]: container_linux.go:259: starting container process caused "process_linux.go:345: container init caused \"process_linux.go:328: running prestart hook 0 caused \\\"error running hook:...