Lee Boynton

Results 12 comments of Lee Boynton

Hi @benashz, any plans to release the new Issuer PKI support soon? It would be great to be able to specify the default issuer through terraform.

I get this too with ST3. It does come back occasionally when stopping/starting debugging.

How does this compare to https://github.com/ircmaxell/PHP-CryptLib#secure-random-numberstring-generation?

Thanks @haggrip! Tried something similar to this but I was missing the trick to clear the `Authorization` header, without that the old token is still used.

Related issue in go-jose package: https://github.com/go-jose/go-jose/issues/56

Also interested in this so that the behaviour of nginx's [real IP module](https://nginx.org/en/docs/http/ngx_http_realip_module.html) can be replicated. Otherwise multiple upstream services need modifying in order to parse XFF correctly.

> However in our use case eg is not the first L7 layer, rather its aws ALB due to which ALB private ip gets appended to xff header which we...

👍 to this feature. Currently I see lots of requests in the envoy access log with `"response_flags":"NR","route_name":null,"x-envoy-origin-path":null` because bots and other automated tools are searching for specific files that don't...

> thanks @lboynton can you also add a test to https://github.com/envoyproxy/gateway/tree/main/test/helm/gateway-helm Added a test, not too sure how to run it locally 😄