Actions
User story #21293
closedAllow overriding rudder-web.properties parameters with files in rudder-web.properties.d
Status:
Released
Priority:
N/A
Assignee:
Category:
System integration
Target version:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
Allow to create files for partial overriding files of rudder-web.properties in a ".d" directory (ie rudder-web.properties.d)
Moreover, only file with the ".properties" (or .config ? .prop too ?) extension should be taken into account.
Something like that:
configuration-rudder-7.1.properties [main configuration files with default values] configuration-rudder-7.1.properties.d ├── 10-low-override.properties [lower priority] ├── 90-high-override.properties [higher priority] ├── 99-bad-config-ext [ignored because bad extension] └── rudder-web.properties-resolved-debug [in debug mode, produces the resolved values with origin & override info]
Updated by François ARMAND over 2 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 2 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/rudder/pull/4337
Updated by Anonymous over 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|6838a49ee0da912403dc4778547f5fe9ee5c1279.
Updated by Alexis Mousset over 2 years ago
- Tracker changed from Bug to User story
- Priority deleted (
0)
Updated by Vincent MEMBRÉ over 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.0~beta1 which was released today.
Actions