...
What should I do if I want to keep the logs longer without using the database? Use the log appender properties to save the execution log and incoming log to files, backup these files to a storage area or read them into a log management too. Read more how to set this up here iHub Logging
Pagination settings
This setting controls how many iterations iHub maxium can do, this is to prevent infinity loops if the action is configured wrongly or API returns an endless loop of arrays.
Default is 150, meaning it will make 150 request and if more is in the queue it will stop and give an error in the Execution log.
Mutual TLS Settings
Setting will tell iHub what keystore and password to use for Mutual TLS. See more on how to TLS and Certificates for guides.
Mutual TLS will try to load the default keystore if no settings is applied. It will also try to use the paths from the java params below.
Code Block |
---|
-Djavax.net.ssl.trustStore=/home/jira/cacerts
-Djavax.net.ssl.trustStorePassword=changeit
-Djavax.net.ssl.keyStore=/home/jira/cert-new
-Djavax.net.ssl.keyStorePassword=changeit |
We recommend to use the settings and use a specific keystore for mutal tls.