Actions
Bug #24236
closedOverriding properties should have the same type as overridden
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I dislike using that feature
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Medium
Priority:
59
Name check:
To do
Fix check:
To do
Regression:
No
Description
With a global parameter of type json e.g. dns
with value {"servers":["1.1.1.1"]}
, it should not be possible to override the property with a raw string value e.g. "9.9.9.9"
because it may break policy generation.
- enforce that a overriding property be of the same type as the overridden
- warn about any existing inconsistencies within a node or group that overrides a property
- warn heavily when changing the type of a property which already has overrides, knowing the hierarchy
global parameter > group > node
for properties inheritance. The user should have a list of affected groups or nodes when making such change
Updated by Clark ANDRIANASOLO 9 months ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 9 months ago · Edited
Work in progess here: https://github.com/clarktsiory/rudder/commit/a09f1fd26ad8f0bbb3144c85ad28afa7d8b3de0f
Updated by Clark ANDRIANASOLO 9 months ago
Work in progess here: https://github.com/clarktsiory/rudder/commit/a09f1fd26ad8f0bbb3144c85ad28afa7d8b3de0f
Updated by Vincent MEMBRÉ 9 months ago
- Target version changed from 8.1.0~beta1 to 8.1.0~beta2
- Priority changed from 29 to 59
Updated by Clark ANDRIANASOLO 9 months ago
Work in progess here: https://github.com/clarktsiory/rudder/commit/7e838ffa780519e2f2e77df4250be1e22ef5ca68
Updated by Clark ANDRIANASOLO 8 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/5471
Updated by Clark ANDRIANASOLO 8 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|88d2746d9598f98e1a6681e5902acb3e9d74a464.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.0~beta2 which was released today.
Updated by François ARMAND 3 months ago
- Related to Bug #22077: Group properties web page of a group of groups containing conflicting properties are unaccessible added
Actions