73a8bdde58
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
7 lines
183 B
YAML
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.
|