MISSION CONTROL: How to enable JFROG Mission Control

Bassel Mbariky
2023-01-22 11:06

From JFrog Artifactory version 7.27.3, Mission Control has been integrated directly into Artifactory as a service. You no longer need to install Mission Control to use the features it provides.

You must enable the service in Artifactory through the Artifactory system YAML file as explained inInstallingMissionControl-Overview.

Enabling MC :

If you want to enable Mission Control, you need to add the following lines to the system.yaml file located at$JFROG_HOME/artifactory/var/etc/.## Mission control template
mc:
enabled: true
In addition, when the property is not present in your system.yaml file,It will utilize the default values that our team has specified,in this specific case the default value of the mc.enabled is set to false.
You can view the default values in ourwiki.