aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-19 18:05:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-19 18:05:31 +0300
commit96307738008591afe220cc9feab309e42c20411b (patch)
treeb1c01b3844b1cebb9e3971be6622268bf6e2423d /doc
parentf5b11ba042f96905d15b16b4127b65cb639d2ff8 (diff)
Adapt to challenge and fingerprint manifest values being optional now
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index b96ddd9..505585b 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -410,7 +410,9 @@ starts with the task request manifest followed by a list of machine manifests.
\li|\n\c{fingerprint: <agent-fingerprint>}\n
- The SHA256 fingerprint of the agent's public key.||
+ The SHA256 fingerprint of the agent's public key. If not present, and
+ the controller is configured to require it, then it responds with the
+ \c{unauthorized} (401) HTTP status code.||
\h#arch-task-res-manifest|Task Response Manifest|
@@ -475,6 +477,7 @@ result response and only a successful but empty POST result is returned.
\li|\n\c{challenge: <text>}\n
The answer to the private key challenge as posed by the controller in the
+ task response. Must present only if the challenge value was present in the
task response.||