contour
contour copied to clipboard
Redirect to HTTPS not working when GlobalExtAuth is set
What steps did you take and what happened:
- Set GlobalExtAuth
- Set
AuthPolicy.disabledon some route - Set
PermitInsecuretofalseon that route - Send a Plain HTTP request to that route.
** Even AuthContext won't be set on route in this case**
What did you expect to happen: what I expect is that Envoy redirect me to HTTPS but it won't because globalExtAuth is set (even though it is disabled on route)