designate/releasenotes/notes/bugfix-1971856-3938a55b5494b8b8.yaml
Juan Pablo Suazo c230ddb8c5 Adds api_ca_cert configuration variable to pools.yaml
Adds a configuration variable that allows a user to
declare the CA certificate to be used to verify
traffic with a PowerDNS API endpoint.

Closes-Bug: #1971856
Signed-off-by: Juan Pablo Suazo <jsuazo@whitestack.com>
Change-Id: I57f3d5a1d1f79186cc5b38e76d30f62e01b60482
2022-05-13 11:21:47 -04:00

12 lines
339 B
YAML

---
fixes:
- |
Fixes bug where requests to powerDNS fail if the dns is configured for TLS
traffic.
It does so by adding a configuration variable, `api_ca_cert`, users can
use to declare the location of the CA cert needed to verify TLS
traffic.
`LP#1971856 <https://bugs.launchpad.net/designate/+bug/1971856>`__