Update Docker & Kubernetes/Docker/Docker Compose/Keycloak.md
This commit is contained in:
@ -116,4 +116,9 @@ http:
|
|||||||
customRequestHeaders:
|
customRequestHeaders:
|
||||||
X-Forwarded-Proto: https
|
X-Forwarded-Proto: https
|
||||||
X-Forwarded-Port: "443"
|
X-Forwarded-Port: "443"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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
|
Reference in New Issue
Block a user