Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure that the public IP of the VM where Self-Service is deployed is static.

  2. 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)

  3. 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.

  4. Restart Traefik.

...