octavia/releasenotes/notes/min-tls-version-8e2856fb055ece2c.yaml
Dawson Coleman 270b973bf9 Add minimum TLS version option in octavia.conf
Add new configuration option "minimum_tls_versions" to octavia.conf.
Listeners, pools, or the default values for either will be blocked from
using lower versions.

Change-Id: Ifa0d695c2227772d6b37987a7857fe58ca660dc8
Story: 2006733
Task: 37171
Depends-On: I480b7fb9756d98ba9dbcdfd1d4b193ce6868e291
2020-06-04 13:11:01 -07:00

7 lines
222 B
YAML

---
features:
- |
Added ``minimum_tls_version`` to ``octavia.conf``. Listeners, pools, and
the defaults for either will be blocked from using any lower TLS versions.
By default, there is no minumum version.