kolla-ansible/releasenotes/notes/encrypt-additional-services-backend-haproxy-29467a9771e99917.yaml
James Kirsch 7c2df87ded Add support for encrypting Ironic API
This patch introduces an optional backend encryption for the Ironic API
service. When used in conjunction with enabling TLS for service API
endpoints, network communcation will be encrypted end to end, from
client through HAProxy to the Ironic service.

Change-Id: I9edf7545c174ca8839ceaef877bb09f49ef2b451
Partially-Implements: blueprint add-ssl-internal-network
2020-09-24 10:09:13 -07:00

8 lines
315 B
YAML

---
features:
- |
Adds configuration options to enable backend TLS encryption from HAProxy
to the Nova and Ironic services. When used in conjunction with enabling TLS
for service API endpoints, network communcation will be encrypted end to
end, from client through HAProxy to the backend service.