TLS/SSL
Last updated
Last updated
This section presents ways to configure a secure connection (HTTPS) to the WorkflowGen container using a certificate. With Docker, containers run on an internal network, and only exposed ports will be available publicly. Therefore, you can't set up a TLS connection on one container only; you have to do it for all the containers, but this method doesn't scale well.
This method uses the Nginx web server as a reverse proxy configured with a TLS connection that will redirect all traffic to the WorkflowGen container(s). This method can be applied regardless of whether you have orchestration or not.
See the following pages for more information:
Traefik is a reverse proxy that handles routing, TLS termination, and load balancing, among other things. It's available as a container and you can use it in front of the WorkflowGen container. For more information about Traefik, see .
In Azure, you can use the Application Gateway service in order to get a TLS connection for domains that you own. See the Microsoft article to get you started.
For more information and recommendations about TLS/SSL handling in Kubernetes, see the page in the Kubernetes section.