bifrost/releasenotes/notes/tls-988e725820bb8aca.yaml
Dmitry Tantsur ddafc94e30 TLS support for API services
Change-Id: I084da313eda17435c095ade7cb1b92981f5341dc
2020-09-02 18:23:40 +02:00

15 lines
588 B
YAML

---
features:
- |
Supports TLS configuration by setting ``enable_tls=true`` and, optionally,
``generate_tls=true``. The corresponding ``bifrost-cli`` argument is
``--enable-tls`` (auto-generated certificates only).
issues:
- |
When using Keystone for authentication, it may not be possible to disable
TLS after enabling it if the certificate is in a non-standard location.
- |
Due to upgrade limitations, it may not be possible to enable TLS on
upgrading from a previous version. Do an upgrade first, then enable TLS
in a separate installation step.