Disabling authentication - ironstream_for_splunk - ironstream_for_elastic - ironstream_for_kafka - Ironstream_Hub - 1.4

Ironstream™ Hub Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream™ software
Product
Ironstream™ software > Ironstream™ software for Splunk®
Ironstream™ software > Ironstream™ software for Elastic®
Ironstream™ software > Ironstream™ software for Kafka®
Ironstream™ software > Ironstream™ Hub
Version
1.4
ft:locale
en-US
Product name
Ironstream Hub
ft:title
Ironstream™ Hub Installation
First publish date
2022
ft:lastEdition
2026-05-07
ft:lastPublication
2026-05-07T09:57:40.351000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Ironstream
L4_Investment_Segment
Log Data Integration
L5_Product_Group
LDI - Ironstream
L6_Product_Name
Ironstream for Splunk
Ironstream for Elastic
Ironstream for Kafka
Ironstream Hub
Precisely recommends protecting the Ironstream Hub configurations by keeping authentication turned on, which is the default setting. Nevertheless, users who prefer to use the Ironstream Hub Portal without authentication may do so by following these steps.
  1. Locate the ihubmainportal.json configuration file.
    • On Windows, you can find the file in C:\Program Files\Precisely\Ironstream Hub\conf.
    • On Linux, you can find the file in /opt/ihub/conf.
  2. Update the value of the AuthenticationOn property to false.
  3. Restart the Ironstream Hub Portal service.
    Example:
    
    {
    	"Name": "ihubmainportal",
    	"Id": "c14d2b1c-489b-4ceb-ae01-978825c9b289",
    	"RootUrl": "",
    	"AuthenticationOn": false,
    	"MetaDataUrl": ""
    }
    
    Note: If the Ironstream Hub Portal has been started before, then an entry for the RootUrl property will have automatically been added.