Replies: 1 comment
-
|
Take a look at https://www.keycloak.org/server/reverseproxy (and also https://www.keycloak.org/server/enabletls). You basically need to use "KC_PROXY=edge". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is there a way to disable HTTPS in the 17.0.0 container? I have read through the documentation in https://www.keycloak.org/server/containers but it doesn't appear to be listed in the options.
The reason I want to do this is because in our environment we front Keycloak with a reverse proxy that handles certificates. Our preference would be to continue with this setup, unless there's a security benefit to using Keylcoak with certs directly.
Thank you!
Discussion
No response
Motivation
For users who wish to front Keycloak with a reverse-proxy that does TLS termination.
Details
A flag or environment variable that disables HTTPS for keycloak, documented in the container documentation.
Beta Was this translation helpful? Give feedback.
All reactions