Teju Nareddy

Results 118 comments of Teju Nareddy

Classic case of [Hyrum's Law](https://www.hyrumslaw.com/) :) The previous behavior was probably a bug in ESPv1, and ESPv2 fixes it. Though I'm not sure exactly what component the bug was in...

@TAOXUY do we have any options in the transcoder to allow case-insensitive enum matching?

Test failures: ``` [ RUN ] StreamingProtocols/StreamingIntegrationTest.PostAndProcessStreamedRequestBody/IPv4_EnvoyGrpc_NoDeferredProcessing test/extensions/filters/http/ext_proc/streaming_integration_test.cc:287: Failure Value of: client_response_->waitForEndStream() Actual: false (Timed out waiting for end stream ) Expected: true Stack trace: 0xa2d4e9: Envoy::Extensions::HttpFilters::ExternalProcessing::StreamingIntegrationTest_PostAndProcessStreamedRequestBody_Test::TestBody() 0x1c5761c: testing::internal::HandleExceptionsInMethodIfSupported() 0x1c574dd:...

Hi @alyssawilk , can you help with this when you have a chance? Or is there another expert for the filter manager you'd recommend me asking? Thanks

Thanks @alyssawilk. There is currently a bug in the filter manager, where it continues the HTTP data twice on the same filter when `injectEncodedDataToFilterChain()`/`injectDecodedDataToFilterChain()` are called with `continueEncoding()`/`continueDecoding()`. This bug...

One thing to note is that you must use a persistent data broker to support service accounts. https://0-12-0.docs.pomerium.io/docs/topics/data-storage.html#persistence Otherwise Pomerium will lose the service account session and redirect you to...

This is in v0.12.2. I'll try to debug it more next weekend, but this is what I've gathered so far. Create JWT with the command: ``` docker run -it \...

Thanks for posting this issue @asraa, we also ran into the same issue. Would love to see this implemented, even if it's a regex check. Would be very helpful for...