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
+20 -153
View File
File diff suppressed because one or more lines are too long