octavia/releasenotes/notes/add-hsts-support-91527398ba966115.yaml
Tom Weininger c907547512 Add support for HTTP Strict Transport Security
Closes-Bug: #2017972
Depends-on: https://review.opendev.org/c/openstack/octavia-lib/+/880821
Change-Id: I0f2f2ff6b8c430b2dd06d707097af74bb608dcc9
2023-08-23 18:18:02 +02:00

10 lines
391 B
YAML

---
features:
- |
Added support for HTTP Strict Transport Security (HSTS) for TLS-terminated
listeners. The API for creating and updating listeners has been extended
by the optional fields `hsts_max_age`, `hsts_include_subdomains` and
`hsts_preload`. By default this feature is disabled.
In order to activate this feature the `hsts_max_age`
option needs to be set.