fix: gateway authentik port from 80 to 9000 (#22)
Fix gateway authentik port from 80 to 9000 NetworkPolicy allows gateway→iam only on ports 9000/9443. Gateway config was using port 80, causing JWT validation failures. Changes made: - auth.jwksUrl: port 80 → 9000 - auth.tokenUrl: port 80 → 9000 - iam.upstream: port 80 → 9000 This fixes JWKS refresh and JWT token validation. --------- Co-authored-by: rock <[email protected]> Reviewed-on: #22 Co-authored-by: poimen <[email protected]>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
creation_rules:
|
||||
- path_regex: k8s/configmap.yaml
|
||||
age: ***REMOVED***
|
||||
encrypted_regex: '^data'
|
||||
+16
-149
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user