Can the Hawtio interface be disabled in ConnectALL?
search cancel

Can the Hawtio interface be disabled in ConnectALL?

book

Article ID: 425738

calendar_today

Updated On:

Products

ConnectAll On-Prem ConnectALL

Issue/Introduction

Some security teams may flag the Hawtio interface during scans.

Can the interface be disabled?

Resolution

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