Block Access to the Agent Installer Platform
Change the default permissions:
AppDynamics SaaS
list_alt
Change the default permissions:
groupadd appdynamics-zero-agent
usermod
command adds a user named
tomcat-user
to the appdynamics-zero-agent
group. Run this command for each user that creates Java processes you want the
Agent Installer Platform to auto-instrument.
usermod -a -G appdynamics-zero-agent tomcat-user
/opt/appdynamics/zeroagent
.cd <zero-agent-install-directory>
cd configs
config.json
to the
authorized group created in Step 1.
chgrp appdynamics-zero-agent config.json
config.json
.chmod 640 config.json