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.
- Locate the
ihubmainportal.jsonconfiguration 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.
- Update the value of the
AuthenticationOnproperty tofalse. - 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.