c230ddb8c5
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
12 lines
339 B
YAML
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>`__
|