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
authN policy's TargetSelector has subset property defined in proto but not been used in the code now. Policy dark launch may need the authn policy subset field to take effect to align with VirtualService.http.mirror.subset
Current behavior:
create a VirtualService which contains two subset v1, v2; v2 is only for traffic mirroring.
apply an authN policy only on subset v2.
send traffic to the service, got resp code 401, expected 200.