Templates, Outbound Host, Certificate Request
Templates
Added templateFePath
and templateBePath
reconfigure 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.