Skip to content

Commit

Permalink
chore!: don't hard-code KC_PROXY
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 16, 2024
1 parent 9b4ee90 commit e3a133c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ USER 0
# > Disables dynamically resolving the hostname from request headers
ENV KC_HOSTNAME_STRICT=false

# See https://www.keycloak.org/server/reverseproxy
# > The proxy forwards the HTTPS connection to Keycloak without terminating TLS.
# > The secure connections between the server and clients are based on the keys
# > and certificates used by the Keycloak server.
ENV KC_PROXY=passthrough

# Copy our custom entrypoint in
COPY ./entrypoint.bash .

Expand Down

0 comments on commit e3a133c

Please sign in to comment.