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
Applying v2alpha1 APIRule blocks in-cluster communication to the target, as an AP (AuthorizationPolicy) (action type: ALLOW) is applied in all cases. As logic behind AP blocks all traffic except for a match to the ALLOW AuthorizationPolicy, the internal traffic is blocked unless it is allowed explicitly by a different AP of type ALLOW.
Expected result
Application of v2alpha1 APIRule to a workload should not block in-cluster traffic targeting the workload.
Actual result
Any traffic other than incoming from istio-ingressgateway and matching the APIRule restrictions is blocked.
Description
Applying v2alpha1 APIRule blocks in-cluster communication to the target, as an AP (AuthorizationPolicy) (action type: ALLOW) is applied in all cases. As logic behind AP blocks all traffic except for a match to the ALLOW AuthorizationPolicy, the internal traffic is blocked unless it is allowed explicitly by a different AP of type ALLOW.
Expected result
Application of v2alpha1 APIRule to a workload should not block in-cluster traffic targeting the workload.
Actual result
Any traffic other than incoming from istio-ingressgateway and matching the APIRule restrictions is blocked.
Steps to reproduce
DoD [Developer & Reviewer]
The text was updated successfully, but these errors were encountered: