Actions
Bug #5122
closedCan't pass correctly json parameter to group API
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Parameters passed in a json file (ie: using curl -H "Content-type: application/json" url -d @file.json) are not correctly parsed when reading groups
parameters query, enabled and dynamic needs to be parsed as string, and not with the correct type (boolean or an object)
We need to extend support to correct values
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/560
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 6ee06b1f49a94110e60586849b36bfd82abd05e3.
Updated by Nicolas CHARLES over 10 years ago
Applied in changeset 11200f9b778ebcf1ccb6daf72fd3d618d1310e4e.
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.9.7 to 2.10.3
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Parameters passed as json in group request are not correctly parsed to Some parameters cannot be used correctly when passing them by json in group API
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Some parameters cannot be used correctly when passing them by json in group API to Can't pass correctly json parameter to group API
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.3 (announcement , changelog) and 2.11.0~beta2 (announcement , changelog), which were released today.
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE almost 9 years ago
- Target version changed from 2.10.3 to 2.9.7
Actions