Actions
Bug #4642
closedDuplicated list of nodes authorized to connect to the policy server in the generated promises
Status:
Released
Priority:
2
Assignee:
Jonathan CLARKE
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the generated promises, on the policy server, the list of node authorized is duplicated, because we use both ALLOWCONNECT and MANAGED_NODES_NAME, which basically are the same
We should not use ALLOWCONNECT anymore, and replace it by the policyserver
Actions