fix: gateway authentik port from 80 to 9000 (#22)
CI / CI (push) Successful in 4m27s

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 was merged in pull request #22.
This commit is contained in:
2026-09-13 00:07:58 +00:00
committed by rock
co-authored by rock
parent e61885254b
commit d49756886a
2 changed files with 24 additions and 153 deletions
+4
View File
@@ -0,0 +1,4 @@
creation_rules:
- path_regex: k8s/configmap.yaml
age: age1e5fq3hwxy78psus2nfvmtmua36g0u3suk78ephw6246l974d2utsvn0hla
encrypted_regex: '^data'
+16 -149
View File
File diff suppressed because one or more lines are too long