Skip to content

Commit

Permalink
Configure Keycloak to respect xforwarded headers (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Jun 20, 2024
1 parent eee3c24 commit 85eb578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/keycloak/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ keycloak_spec_defaults:
}
)
}}
# Configure Keycloak to respect the xforwarded headers from the ingress controller
proxy:
headers: xforwarded
# We will do our own ingress with TLS annotations
ingress:
enabled: false
Expand Down

0 comments on commit 85eb578

Please sign in to comment.