c907547512
Closes-Bug: #2017972 Depends-on: https://review.opendev.org/c/openstack/octavia-lib/+/880821 Change-Id: I0f2f2ff6b8c430b2dd06d707097af74bb608dcc9
10 lines
391 B
YAML
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.
|