Files
ironic/releasenotes/notes/rpc-client-ssl-63b0d8ccaf88dae5.yaml
Dmitry Tantsur 3a705a59db Allow configuring RPC client TLS separately from server
When TLS is handled by a reverse proxy, use_ssl may be set to False
while clients are still supposed to use TLS. Add a new option for that.

Change-Id: Ie1be180ce36bbeb81427ea1ed4a2654c880aff2c
2025-03-25 17:22:40 +01:00

7 lines
217 B
YAML

---
features:
- |
Adds a new option ``[json_rpc]client_use_ssl``. It can be set to True in
situations where server-side TLS is handled by a reverse proxy, and thus
``[json_rpc]use_ssl`` is set to False.