kayobe/releasenotes/notes/internal-api-tls-4e7383e6a0262f5f.yaml
Mark Goddard c8f105a907 Support internal API TLS encryption
Kolla Ansible Train introduces support for TLS encryption of the
internal API. This change introduces support for internal API encryption
in Kayobe.

The following new variables are introduced:

* kolla_enable_tls_internal
* kolla_internal_tls_cert
* kolla_internal_fqdn_cacert

Also only set kolla_*_fqdn_cacert in globals.yml if set.

Change-Id: If432afde374fe247d09c952e110c9567e17daea1
Story: 2006959
Task: 37649
2019-12-11 17:13:38 +00:00

15 lines
435 B
YAML

---
features:
- |
Adds support for encryption of internal API traffic. This can be done via
the following variables:
* ``kolla_enable_tls_internal``
* ``kolla_internal_tls_cert``
* ``kolla_internal_fqdn_cacert``
deprecations:
- |
The variable ``kolla_tls_cert`` has been deprecated in favour of
``kolla_external_tls_cert``. Support for using ``kolla_tls_cert`` will be
removed in a future release.