You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a notice about ingress annotations that affect cluster level options (#2992)
* Add a notice about cluster level ingress annotations.
* Convert into NOTE block and use anchors for linking.
* Move the annotation to the first column.
* Use a heading since cannot use inline HTML.
> Annotations marked with **\*** configure the YARP cluster, not the route. A cluster is identified by backend service name, namespace, and port. Multiple ingress rules targeting the same backend share the cluster, so conflicting values result in non-deterministic behavior. Ensure consistent values across all ingress rules for the same backend.
112
+
108
113
#### Authorization Policy
109
114
110
115
See https://learn.microsoft.com/aspnet/core/fundamentals/servers/yarp/authn-authz for a list of available policies, or how to add your own custom policies.
0 commit comments