Actions
Bug #4244
closedWith initial-promises, error message is not displayed when policies could not be updated
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
If the agent cannot get it's promises from the server, it should display this:
********************************************************************************* * rudder-agent could not get an updated configuration from the policy server. * * This can be caused by a network issue, an unavailable server, or if this * * node has not yet been accepted in the Rudder root server. * *********************************************************************************
However, due to the classes changed in Rudder 2.6 to use rudder_promises_generated to optimize copy time, it doesn't get displayed.
Actions