Switching Authentication Off - ironstream_for_elastic - ironstream_for_splunk - ironstream_for_kafka - Ironstream_Hub - 1.3

Ironstream Hub Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream Hub
Ironstream > Ironstream for Elastic®
Ironstream > Ironstream for Kafka®
Ironstream > Ironstream for Splunk®
Version
1.3
Language
English
ContentType
Installation
Product name
Ironstream Hub
Title
Ironstream Hub Installation
First publish date
2022
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.