allegro / envoy-control

Envoy Control is a platform-agnostic, production-ready Control Plane for Service Mesh based on Envoy Proxy.
Apache License 2.0
100 stars 33 forks source link

Fix overlapping paths in incoming permissions #238

Closed slonka closed 3 years ago

slonka commented 3 years ago

If someone defines a regex with log policy that is below a block policy that is a subset of the log one the request will be rejected. This PR fixes this case.