Keycloak Proxy image based on this genuine gambol99/keycloak-proxy project.
1.8K
Keycloak Proxy image based on this genuine project.
Start the container:
docker run -d -P ncarlier/keycloak-proxy \
-e PROXY_DISCOVERY_URL='https://<MY_KEYCLOAK_BASE_URL>/auth/realms/<MY_REALM>' \
-e PROXY_CLIENT_ID='<MY_CLIENT_ID>' \
-e PROXY_CLIENT_SECRET='<MY_CLIENT_SECRET>' \
-e PROXY_UPSTREAM_URL='<MY_UPSTREAM_URL>' \
-e PROXY_LISTEN=':3000' \
-e PROXY_REDIRECTION_URL='<MY_REDIRECTION_URL>' \
-e PROXY_ENCRYPTION_KEY='<MY_RANDOM_ENCRYPTION_KEY>'
See genuine project repository for more configuration options.
Build the image with make.
Use
make helpto see available commands for this image.
Content type
Image
Digest
Size
7.6 MB
Last updated
about 8 years ago
docker pull ncarlier/keycloak-proxy