Question #6554
closedPeculiarity of cf-served.st
Description
In techniques/system/common/1.0/cf-served.st, there are some wierd things :
- &if(MANAGED_NODES_NAME)& is used globally on the access section, if there is no node, the server can't configure itself ?
- &if(AUTHORIZED_NETWORKS)& is used around the whole authorized network, if there is no authorized network, localhost can't connect ?
- There is a port definition in the body runagent but it is ignored by cf-runagent what was its goal ?
Shouldn't we clean that up a bit ?
Updated by Nicolas CHARLES over 9 years ago
- Assignee changed from Nicolas CHARLES to Benoît PECCATTE
If there is no node, then the server doesn't have to listen to anyone (the server should do only local copy for itself)
Same for authorized network: if nothing is authorized, well, no-one can connect, as it is expected.
Port should not be ignored, this is a bug. but indeed without it, we can't runagent ot a node which is using 5309 as a port
Updated by Benoît PECCATTE about 9 years ago
- Status changed from New to Resolved