Actions
Bug #27369
openNodes API payload for agentKey has the wrong JSON format
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Very Small
Priority:
91
Name check:
To do
Fix check:
To do
Regression:
No
Description
In 8.3, since #25884, the POST /api/nodes/<nodeid>
endpoint only supports to update the agent key value with a wrapping JSON object, however a string is expected :
{"agentKey":{"status":"certified", "value": { "value": "-----BEGIN CERTIFICATE---[..] "}}}
instead of
{"agentKey":{"status":"certified", "value": "-----BEGIN CERTIFICATE---[..] "}}
Updated by Clark ANDRIANASOLO 27 days ago
- Related to Architecture #25884: Migrate SecurityToken ldap json serialisation to ZIO added
Updated by François ARMAND 25 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Clark ANDRIANASOLO
- Pull Request set to https://github.com/Normation/rudder/pull/6549
Updated by Anonymous 22 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|aa5de690b3288a54533fae3e4fad21f4ca47d22b.
Actions