Installing Traefik Proxy

Note: For 3-node setup, install on the Manager node.

In the Traefik folder, locate the env.properties file. Use your preferred text editor to edit the file.

#Set the host and port of the server where Kibana  is installed.
#Example : host:5601
KIBANA_HOST_PORT= 
#Set the host and port of the server where Identity Access Manager is installed
IAM_HOST_PORT= 
#Set the host and port of the server where HAA Portal is installed
PORTAL_HOST_PORT= 
#Set the public host and port of the server where HAA PRODUCER server is installed
#Default port is 6566
HAA_PRODUCER_SERVER_HOST_PORT=
  1. After KIBANA_HOST_PORT add

    <Manager_Node_DNS_for_single_node_or_node_1_DNS_for_3_node_setup>:<kibana_port>

    Default Kibana port is 5601.

  2. After IAM_HOST_PORT add

    <Manager_Node_DNS_for_single_node_or_node_2_DNS_for_3_node_setup>:<iam_port>

    Default IAM port is 8081.

  3. After PORTAL_HOST_PORT add

    <Manager_Node_DNS_for_single_node_or_node_2_DNS_for_3_node_setup>:<portal_port>

    Default HAA Portal port is 8080.

  4. After HAA_PRODUCER_SERVER_HOST_PORT= add

    <Manager_Node_DNS>:<server_producer_port>

  5. Save the changes and close the editor.
  6. Install Traefik using the Install.Traefik.bat file.
  7. Close the command prompt window when execution completes.