Actions
User story #19625
closedRemove server roles in webapp and add support for remote postgres
Status:
Released
Priority:
N/A
Assignee:
Category:
System integration
Target version:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
In 7.0, roles, which always were a strange thing, are removed from rudder. But we can't clean-them up because it remains a case where they are needed: to configure a remote postgres.
So we need to:
- add a property in rudder-web.properties
to disable postgres management (which is now super easy with the new system techniques),
- add two system variables to let relayd know about db url and pass (RUDDER_REPORTS_DB_PASSWORD and RUDDER_REPORTS_DB_URL),
- add system variable RUDDER_NODE_KIND
with the content of what API has for nodeKind
,
- clean up rootComponent
in API
Updated by François ARMAND over 3 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/3751
Updated by François ARMAND over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|6e0e5a9163078816ab0c2d49dbd4a5d3a44a8de2.
Updated by Vincent MEMBRÉ about 3 years ago
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Updated by Vincent MEMBRÉ about 3 years ago
- Related to Bug #19650: Need a migration script about changes in system directives, groups and rules added
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
Actions