-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Targeting MeshHTTPRoute from policies #5867
Comments
Also, it could be implemented differently, for example using type: MeshTimeout
spec:
targetRef:
kind: MeshHTTPRoute
name: my-http-route-1
to: [...] Basically, we should decide if policies target Route or they target Attachment of the Route to DPP. If MeshTimeout targets Route then it implicitly targets all DPPs targeted by the Route. That's why I think we need MADR for this one. |
👍 on MADR, IMO this is a fundamentally different type of target |
xref: #3250 (specific to MeshTrafficPermission) |
Description
Policies should work with a
to
on MeshHTTPRoute for example to setup a timeout just for a subset of endpointsThe text was updated successfully, but these errors were encountered: