Actions
Bug #12760
closedcannot add two node properties at the same time from inventory
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
75
Name check:
Fix check:
Regression:
Description
I have a hook outputing
{ "hello_inventory": "a simple string value from inventory", "user":{ "id": "xxxxxx", "accepted": true } }
I was expecting to have two keys on the node, but I get only one (see screenshot)
Files
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.3.2 to 4.3.3
Updated by Nicolas CHARLES over 6 years ago
- Category changed from Web - Nodes & inventories to Agent
Issue is on the server side
The generated inventory containes:
<CUSTOM_PROPERTIES>[{"user":{"id":"xxxxxx","accepted":true},"hello_inventory":"a simple string value from inventory"}]</CUSTOM_PROPERTIES>
so all output is there
Updated by Nicolas CHARLES over 6 years ago
- Category changed from Agent to Web - Nodes & inventories
Updated by Benoît PECCATTE over 6 years ago
- Severity set to Critical - prevents main use of Rudder | no workaround | data loss | security
- User visibility set to Operational - other Techniques | Technique editor | Rudder settings
- Priority changed from 0 to 76
Updated by François ARMAND over 6 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/ldap-inventory/pull/134
Updated by François ARMAND over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset ldap-inventory|a07ea64ff538fc5c7c267b4640d81278019f7903.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
- Priority changed from 76 to 75
This bug has been fixed in Rudder 4.3.3 which was released today.
- 4.3.3: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions