Some security teams may flag the Hawtio interface during scans.
Can the interface be disabled?
Yes, Hawtio can be disabled in ConnectALL
Edit the CONNECTALL_HOME/Core/conf/application.properties file
Locate the following lines:
spring.jmx.enabled=true
hawtio.authenticationEnabled=true
camel.springboot.jmxEnabled=true
Change the lines to false as shown below:
spring.jmx.enabled=false
hawtio.authenticationEnabled=false
camel.springboot.jmxEnabled=false
Restart the Core service