Clustering

Clustering of the Onegini Token Server is very easy. You only need to update the docker-compose.yml file.

Edit docker-compose file

Add the following to your docker-compose file:

  tokenserver:
    ...
    environment:
      - TOKEN_SERVER_ENGINE_CLUSTER_OPERATIONAL_MODE=CLUSTERED
    ...
    ports:
      ...
      - "7800:7800"
      - "7801:7801"
      ...