Skip to content

Templates, Outbound Host, Certificate Request

Compare
Choose a tag to compare
@vfarcic vfarcic released this 15 Dec 10:16
· 634 commits to master since this release

Templates

Added templateFePath and templateBePathreconfigure parameters. They allow custom Swarm templates.

Outbound host

Added outboundHostname reconfigure parameter. It represents the hostname where the service is running, for instance on a separate swarm. If specified, the proxy will dispatch requests to that domain.

The outbound hostname feature is useful when the proxy is not part of the swarm. In a large corporate network setting, swarms may be regularly decommissioned and re-created, but external parts integrating with the swarms can not be reconfigured.

Certificate Request

Certificates can now be added through the serviceCert reconfigure parameter. It contains content of the PEM-encoded certificate to be used by the proxy when serving traffic over SSL.