openstack-ansible/releasenotes/notes/haproxy_security_txt_content-491346c973110c7a.yaml
Damian Dabrowski 73a8bdde58 Serve security.txt directly from haproxy
Currently security.txt file is stored and served from keystone.
It's not necessary as haproxy is able to serve static files[1].

This patch creates security_txt haproxy service responsible for
serving security.txt static file using recently implemented maps feature.

[1] https://sleeplessbeastie.eu/2020/05/11/how-to-serve-single-file-using-haproxy/

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/880088

Change-Id: If0ec375055abedceb13a035b9c8f5107f4659f86
2023-04-12 14:17:56 +02:00

7 lines
183 B
YAML

---
upgrade:
- |
``keystone_security_txt_content`` variable name has changed to
``haproxy_security_txt_content``. Security.txt file is now served
directly from haproxy.