Flynn

Results 226 comments of Flynn

> At one point someone benchmarked that... That would be me. ๐Ÿ™‚ And the `self.debug` or `self._log_debug` shortcut was about typing fewer characters, and about not constantly making the function...

Yup, same result. Other websocket stuff works fine through the ingress, too (the trick seems to be to not let the ingress rewrite only one of `Host` and `Origin` โ€“...

@danehans Fixed the lint failure and created issue #498.

Addressed in #400 now.

Fixed in #400.

@eddy-curv It actually wasn't a design goal to drop it, so I'm OK calling this a bug. That said, `AMBASSADOR_NO_KUBEWATCH` was always a bit of a hack, which makes me...

Here's the smoking gun from the logs: ``` 2022-07-26 21:13:04 diagd 3.0.0 [P17TAEW] DEBUG: COLLISION: compress cluster_http___hello_this_name_is_too_long_for_emissary_alpha_alpha to cluster_http___hello_this_name_is_too_lo 2022-07-26 21:13:04 diagd 3.0.0 [P17TAEW] DEBUG: COLLISION: compress cluster_http___hello_this_name_is_too_long_for_emissary_beta_beta to cluster_http___hello_this_name_is_too_lo...

Hey @LanceEa! I ~modified~substantially rewrote the `TestFakeCollision` test to do a better job of testing this; more info in the lead comment above. ๐Ÿ™‚

Hey @psalaberria002! As I understand it: - Any `TagHeader` can be expressed as a `CustomHeader`, but not the other way around; and - Transforming a `TagHeader` to a `CustomHeader` is...

Note that there's a V2-only RBAC filter, too (https://www.envoyproxy.io/docs/envoy/v1.7.0/configuration/http_filters/rbac_filter) that appears to be able to do this.