fix: allow egress to iam namespace for JWKS validation
CI / Vet, test, build (push) Successful in 3m44s
CI / Build and push image (push) Successful in 1m16s

This commit is contained in:
Admin Bot
2026-09-03 20:43:55 -07:00
parent b86c69cee0
commit a11a609985
+8
View File
@@ -85,3 +85,11 @@ spec:
ports:
- protocol: TCP
port: 8080
# Allow to Authentik for JWT validation (JWKS endpoint)
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: iam
ports:
- protocol: TCP
port: 80