From cdbe99e7924e5608396ebdcff9272a20e834c800 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 11 Jul 2024 05:17:46 -0600 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/Keycloak.md --- Docker & Kubernetes/Docker/Docker Compose/Keycloak.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md b/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md index 4b22fa5..70ae659 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md @@ -116,4 +116,9 @@ http: customRequestHeaders: X-Forwarded-Proto: https X-Forwarded-Port: "443" -``` \ No newline at end of file +``` + +## Traefik Keycloak Plugin +At this point, we need to add the official Keycloak plugin to Traefik's main configuration. In this example, it will be assumed you need to configure this in Portainer/Docker Compose, and not via a static yml/toml file. Assume you follow the [Docker Compose based Traefik Deployment](https://docs.bunny-lab.io/Docker%20%2526%20Kubernetes/Docker/Docker%20Compose/Traefik/). + +Add the following to the \ No newline at end of file