Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
While the Heartbeat and Acknowledge communication from the agents can be configured via reverse proxy / load balancer currently the agents are not aware of the host
For flow and asset download full urls are generated in the operation requests by the C2 server so the actual download happens via direct node access bypassing the proxy / LB.
For backwards compatibility we are not touching the existing configuration. We could introduce 3 new properties:
c2.rest.path.base=http://c2host/c2-server/api
c2.rest.path.heartbeat=/heartbeat
c2.rest.path.acknowledge=/acknowledge
If these are set then use them if not then fall back to the old properties and parse the host from there
Attachments
Issue Links
- links to