summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-08-20 12:26:08 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-09-09 17:27:30 +0200
commit2b676a68640d47c7883214a622971b4638670a6b (patch)
treeb8d09ee957c1be7eb66f55bd532daa696c75cfb6 /releasenotes
parentf6b65cb68fbfa306f3fa6bb5dc5a658d519eed88 (diff)
downloadironic-2b676a68640d47c7883214a622971b4638670a6b.tar.gz
Accept and use a TLS certificate from the agent
Accepts the certificate from a heartbeat and stores its path in driver_internal_info for further usage by the agent client (or any 3rd party deploy implementations). Similarly to agent_url, the certificate is protected from further changes (unless the local copy does not exist) and is removed on reboot or tear down (unless fast-tracking). Change-Id: I81b326116e62cd86ad22b533f55d061e5ed53e96 Story: #2007214 Task: #40603
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/agent-verify-ca-6efa3dfc469bab02.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/agent-verify-ca-6efa3dfc469bab02.yaml b/releasenotes/notes/agent-verify-ca-6efa3dfc469bab02.yaml
new file mode 100644
index 000000000..38f4b0b67
--- /dev/null
+++ b/releasenotes/notes/agent-verify-ca-6efa3dfc469bab02.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - |
+ Adds an ability to accept a custom TLS certificate in the heartbeat API.