Project

General

Profile

Actions

Question #6554

closed

Peculiarity of cf-served.st

Added by Benoît PECCATTE almost 9 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
N/A
Category:
Agent
Regression:

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 ?

Actions #1

Updated by Nicolas CHARLES almost 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

Actions #2

Updated by Benoît PECCATTE over 8 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF