We want to use ACC for agent deployment and management.
when
introscope.agent.acc.controller.configurationServer.url=
is provided with cloud proxy details, agent does not connect to ACC.
if we provide DX gateway details along with proxy information, then only the agent connects to ACC.
We need the ability for the agents to connect to ACC through the cloud proxy.
Release : SAAS
Component :
So the ACC allows use of such a connection string, but it sets it for em-connection bundle only - it does not set it to the acc controller bundle, because the acc controller does not communicate via isengard protocol, but uses REST over http(s)/ws(s) .
in both scenarios enable http(s)/ws(s) on the cloud proxy
1) Enable http(s)/ws(s) on the cloud proxy and use connection over http(s)/ws(s) - for this scenario, just change the cloud-proxy (on the first panel of package creation) and it will be set for both em-connection and acc-controller bundles.
OR
2) Enable http(s)/ws(s) on the cloud proxy and manually set the connection url to the property introscope.agent.acc.controller.configurationServer.url of the acc-controller bundle
Note - This also explains why the acc-controller was not able to connect even the introscope.agent.acc.controller.configurationServer.url was set manually on installed agent - isengard protocol (port 5001) is not 'compatible' with the http(s)/ws(s) which the acc-controller uses.