fix: allow egress to iam namespace for JWKS validation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user