contour icon indicating copy to clipboard operation
contour copied to clipboard

Need contour to support regex for CORS- alloworigin field

Open sri-rajar opened this issue 3 years ago • 0 comments

Contour alloworigin field for CORS policy is not supporting pattern matching on domains (like *.vmware.com) .

Envoy has ability to provide regex  support https://www.envoyproxy.io/docs/envoy/latest/api-v3/type/matcher/v3/string.proto#envoy-v3-api-msg-type-matcher-v3-stringmatcher  with safe_regex  option

The ask is for contour to support regex pattern matching for the allowOrigin field in CORS policy.

sri-rajar avatar Aug 11 '22 23:08 sri-rajar