Open
Description
What happened:
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: allow-by-srcip
namespace: default
spec:
selector:
matchLabels:
app: httpbin
action: ALLOW
rules:
- from:
- source:
ipBlocks:
- 10.244.1.46/32
When httpbin is managed by waypoint, even 10.244.1.46
access to httpbin is denied.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kmesh version:
- Kmesh mode(kmesh has
Kernel-Native Mode
andDuel-Engine Mode
): - Istio version:
- Kernel version:
- Others: