...
Make sure that the public IP of the VM where Self-Service is deployed is static.
Go to <SMARTIDHOME>/docker/compose/traefik/docker-compose.yml
If you have multiple Traefik instances, you need to make this change only inside the instance of the one handling Identity Manager. (For example if Self-Service is deployed on a different VM, outside the network of your Identity Manager VM)In the compose file, go the the
command
section and add following entry (See traefik documentation for more info.)traefik/docker-compose.yml
"--entryPoints.websecure.forwardedHeaders.trustedIPs=w.x.y.z"
Where w.x.y.z is the static public IP of your VM.
Restart Traefik.
...