31e6864a2a
Best Practices / Polaris Audit (push) Has been cancelled
Best Practices / Resource Usage Analysis (push) Has been cancelled
Best Practices / PR Summary Report (push) Has been cancelled
Best Practices / Polaris PR Review (push) Has been cancelled
Security Scan / Trivy PR Review (push) Has been cancelled
Security Scan / Checkov IaC Scan (push) Has been cancelled
Security Scan / Checkov PR Review (push) Has been cancelled
Validate Manifests / YAML Lint (push) Has been cancelled
Validate Manifests / Kustomize Build Test (push) Has been cancelled
Validate Manifests / Kubernetes Schema Validation (push) Has been cancelled
Best Practices / Kube-score Analysis (push) Has been cancelled
Security Scan / Trivy Security Scan (push) Has been cancelled
targetRefs: kind: Service policies require waypoint binding which is not working in Istio 1.29.2 — WaypointAccepted: False and ztunnel routes directly to pods bypassing the waypoint. Selector-based policies are enforced at ztunnel L4 without requiring waypoint.
20 lines
307 B
YAML
20 lines
307 B
YAML
apiVersion: security.istio.io/v1
|
|
kind: AuthorizationPolicy
|
|
metadata:
|
|
name: znc
|
|
namespace: irc
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: znc
|
|
action: ALLOW
|
|
rules:
|
|
- from:
|
|
- source:
|
|
namespaces:
|
|
- irc
|
|
- to:
|
|
- operation:
|
|
ports:
|
|
- "6501"
|