Keycloak + nginx reverse proxy #63

Merged
telackey merged 10 commits from telackey/keycloak into main 2022-12-14 18:59:40 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 7570332f6c - Show all commits

View File

@ -13,4 +13,5 @@ KC_HTTP_RELATIVE_PATH="/auth"
KC_HOSTNAME_STRICT_HTTPS="false"
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=admin
REALM_NAME=cerc
X_API_CHECK_REALM=cerc
X_API_CHECK_CLIENT_ID="%user_id%"

View File

@ -3,7 +3,7 @@ RUN apk add --update --no-cache git
WORKDIR /build
RUN git clone https://github.com/cerc-io/keycloak-api-key-demo.git && \
cd keycloak-api-key-demo && \
git checkout '043309204aba4c3cb2f6a006c58a9a430b733b29' && \
git checkout 'd29c0894a8b79d8f9df2f030a2537807177cc283' && \
mvn -f api-key-module package
FROM quay.io/keycloak/keycloak:20.0