Skip to content

Commit 46ce8b6

Browse files
chore(spring-keycloak-example): remove env dockerfile and adjustment README.md
1 parent e538318 commit 46ce8b6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

spring-keycloak-example/Dockerfile.keycloak

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM quay.io/keycloak/keycloak:26.3 AS builder
22

33
WORKDIR /opt/keycloak
44

5-
ENV KC_HEALTH_ENABLED=true
6-
75
RUN /opt/keycloak/bin/kc.sh build
86

97
FROM quay.io/keycloak/keycloak:26.3

spring-keycloak-example/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Includes a minimal setup for running a Spring Boot application secured by Keyclo
2323

2424
- **Description:** Authentication using Keycloak as the OpenID Connect (OIDC) identity provider.
2525

26+
- **Port:** `8083`
27+
2628
- **Spring Profile:** `OIDC`
2729

2830
- **Backup keycloak:** `oidc_auth_db_backup.sql`
@@ -40,7 +42,8 @@ Includes a minimal setup for running a Spring Boot application secured by Keyclo
4042

4143
## Related Resources
4244

43-
| Description | Link |
44-
|---------------------------------------|-------------------------------------------------------------------------|
45-
| Running Keycloak in a container | [keycloak.org/containers](https://www.keycloak.org/server/containers) |
46-
| teaching how to set up Openid connect | [youtube/IW15Q68V50E](https://youtu.be/IW15Q68V50E?si=sJjvFoq8m0xL8xLn) |
45+
| Description | Link |
46+
|------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
47+
| Running Keycloak in a container | [keycloak.org/containers](https://www.keycloak.org/server/containers) |
48+
| Teaching how to set up Openid connect | [youtube/IW15Q68V50E](https://youtu.be/IW15Q68V50E?si=sJjvFoq8m0xL8xLn) |
49+
| Discussion about healthcheck configuration in keycloak container | [gist.github.com/sarath-soman](https://gist.github.com/sarath-soman/5d9aec06953bbd0990c648605d4dba07) |

0 commit comments

Comments
 (0)