Christoph Pakulski

Results 31 comments of Christoph Pakulski

Thanks for sharing that use-case. I think that the only trick here is delivery of self-signed CA certificate to the gateway. Gateway itself will push the certificate down to Envoy...

I am working on the fix. Should have PR ready for review within few days.

@wbpcode I think you added the following comment to CorsPolicy proto message: https://github.com/envoyproxy/envoy/blob/release/v1.29/api/envoy/config/route/v3/route_components.proto#L672-L674 I added a new field to the message https://github.com/envoyproxy/envoy/blob/release/v1.29/api/envoy/extensions/filters/http/cors/v3/cors.proto#L37, but the filter implemented in https://github.com/envoyproxy/envoy/tree/release/v1.29/source/extensions/filters/http/cors does not...

@wbpcode I see that you have been assigned for API approval, but changes in proto files are not really API changes, but rather changes to event log which is defined...

> will the old outlier detection extension be eventually deprecated? (given that the new one lands) It depends on the community and adoption of extensions. In general, everything what the...

> Looks like the extension docs (*.rst) also need to be added. Do you have a specific doc in mind? Maybe I missed something. I checked the docs output and...

> > > will the old outlier detection extension be eventually deprecated? (given that the new one lands) > > > > > > It depends on the community and...