-
- Downloads
Add support for encrypting heat api
This patch introduces an optional backend encryption for Heat 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 Heat service. Change-Id: Ic12f7574135dcaed2a462e902c775a55176ff03b Partially-Implements: blueprint add-ssl-internal-network Depends-On: https://review.opendev.org/722028/
Showing
- ansible/roles/heat/defaults/main.yml 9 additions, 0 deletionsansible/roles/heat/defaults/main.yml
- ansible/roles/heat/tasks/config.yml 29 additions, 1 deletionansible/roles/heat/tasks/config.yml
- ansible/roles/heat/templates/heat-api-cfn.json.j2 22 additions, 2 deletionsansible/roles/heat/templates/heat-api-cfn.json.j2
- ansible/roles/heat/templates/heat-api.json.j2 22 additions, 2 deletionsansible/roles/heat/templates/heat-api.json.j2
- ansible/roles/heat/templates/wsgi-heat-api-cfn.conf.j2 47 additions, 0 deletionsansible/roles/heat/templates/wsgi-heat-api-cfn.conf.j2
- ansible/roles/heat/templates/wsgi-heat-api.conf.j2 47 additions, 0 deletionsansible/roles/heat/templates/wsgi-heat-api.conf.j2
- releasenotes/notes/encrypt-backend-haproxy-fb96285d74fb464c.yaml 7 additions, 0 deletions...notes/notes/encrypt-backend-haproxy-fb96285d74fb464c.yaml
Loading
Please register or sign in to comment