Rama Chavali

Results 301 comments of Rama Chavali

I agree with @howardjohn here. I think we should preserve casing for http1.1. by default. I think we may not need an API at mesh config. If at all some...

> Is a list of ENUMs the best way to represent this? it does allow a strange config like [REQUEST_ID, REQUEST_ID] but that can just rejected I think it is...

message ProxyHeaders { ForwardedClientCert forwarded_client_certs (APPEND|SANITIZE|APPEND_FORWARD....) bool enable_envoy_headers bool include_attempt_count bool skip_server_header } I think a message like above would be more readable and help us expand later if needed...

@howardjohn Is the necessary gateway api fields been added? If not should we just go ahead and add this support. This seems pretty reasonable request and some of our service...

No we do not have need for specific ciphers as of now. But we never know - our security might enforce it. I agree listing all ciphers for regular use...

@zirain Do you know what needs to be done to fix ^^?

agression default value of 1.0 was sufficient for most use cases. The parameter was added recently. Do you have a use case to configure them ? If yes, may be...

Are you seeing the nodes in slow start mode not receiving any traffic? > EnvoyFilter works, but we want to avoid maintaining a large number of EnvoyFilters in production. Feel...

As long as nothing gets executed unless we enable a flag - I think it is reasonable to upstream and iterate rather than having continuous back and forth merges.