mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Allow envoy-gateway-system ingress to vault and authentik
All namespaces with CiliumNetworkPolicies need envoy-gateway-system access now that services are migrating from Istio to Envoy gateway. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7a9703f3bc
commit
3244fdf611
@@ -22,11 +22,14 @@ spec:
|
||||
- host
|
||||
- kube-apiserver
|
||||
- remote-node
|
||||
# Istio ingress gateway
|
||||
# Ingress gateways
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: istio-system
|
||||
istio: ingressgateway
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: envoy-gateway-system
|
||||
# External Secrets Operator
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
@@ -55,10 +58,13 @@ spec:
|
||||
- host
|
||||
- kube-apiserver
|
||||
- remote-node
|
||||
# Istio ingress gateway
|
||||
# Ingress gateways
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: istio-system
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: envoy-gateway-system
|
||||
# Internal authentik traffic (server <-> worker, pg access)
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user