Actions
Bug #23778
closedHooks for newNodeManager was renamed in rudder config but not in plugins
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
There is some compilation issue in plugins because a config variable `newNodeManagerHooks` moved to a local scope, we need to make the plugins compile again :
```
[ERROR] rudder-plugins/datasources/src/main/scala/bootstrap/rudder/plugin/DataSourcesConf.scala:102: error: value newNodeManagerHooks is not a member of object bootstrap.liftweb.RudderConfig
[ERROR] Cfg.newNodeManagerHooks.appendPostAcceptCodeHook(new NewNodePostAcceptHooks {
[ERROR] ^
[ERROR] 1 error
[ERROR] exception compilation error occurred!!!
```
and about the same for CVE...
Updated by Clark ANDRIANASOLO 12 months ago
- Related to Architecture #23727: Group all node related access into one NodeFactRepository added
Updated by Clark ANDRIANASOLO 12 months ago
- Related to deleted (Architecture #23727: Group all node related access into one NodeFactRepository)
Updated by Clark ANDRIANASOLO 12 months ago
- Is duplicate of Architecture #23752: Implication of CoreNodeFactRepository to plugins added
Actions