blazar/releasenotes/notes/support-passing-custom-ca-bundle-df71047568cd82f6.yaml
Matt Crees 0481ad4ad9 Add support for specifying a custom CA bundle
Adds the new config option ``cafile``, which is passed into the
Session invocations for SSL verification.

Partial-Bug: #2045281

Change-Id: I2ec5bc7ac929534175d380d2e3e535a5e7abd962
2024-01-28 22:10:24 +00:00

8 lines
311 B
YAML

---
fixes:
- |
The Blazar service now supports using a custom CA certificate bundle with
the ``[DEFAULT]/cafile`` option. This allows for deployment on OpenStack
clouds that are using HTTPS endpoints with certificates signed by a custom
CA. `LP#2045281 <https://launchpad.net/bugs/2045281>`__