Project

General

Profile

Architecture #15191

Updated by Alexis Mousset almost 5 years ago

There is a clash between cf-serverd usages between simple nodes and servers. It is part of agent (package, service, etc). but also acts as a server component, see #15188 for an example. 

 We could run two separate cf-serverd daemons, one for remote-run (aprt of the agent) and one as policy-server (part of server packages), probably on different ports. This would allow better service organization and avoid unexpected behaviour. 

 This would allow stricter security policies on each service, and being to disable them individually.

Back