Contact Us 1-800-596-4880

To Enable Gatekeeper

The released version of Gatekeeper is enabled by default in the standalone version of Mule. Enable and configure the gatekeeper property to enhance security. Add and set the anypoint.platform.gatekeeper property to true in the Mule wrapper.conf file to enable Gatekeeper. For example:

 #On-Prem Configuration:
 ...
 wrapper.java.additional.<n>=-Danypoint.platform.gatekeeper=true
 ...