ironic/releasenotes/notes/agent-verify-ca-ddbfbb0f27198d82.yaml
Dmitry Tantsur adcb05a84e agent_client: support custom TLS certificates
Adds a new driver_info parameter agent_verify_ca that is passed
to the request's verify parameter.

Story: #2007214
Task: #38461
Change-Id: I0301d1d1d52487c9bb0eab96eea6fe47dbc54c90
2020-08-06 15:00:22 +02:00

7 lines
216 B
YAML

---
features:
- |
Adds a new ``driver_info`` parameter ``agent_verify_ca`` that allows
specifying a file with certificates to use when accessing IPA. Set
to ``False`` to disable certificate validation.