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
Actions