Instance configuration

Airlock IAM instance configuration

Some fundamental settings of an instance is not stored in the main configuration file (iam-config.yaml or medusa-configuration.xml).

Such settings are referred to as application parameters. They are configured in the instance.propertiesfile or using environment variables. Note that application parameters are only applied on startup. Changing their values requires Airlock IAM to be restarted.

The file instance.properties can be found in the instance directory (e.g., <configuration-dir>/instances/auth/instance.properties).

The following instance settings can be configured in the instance.properties file (excerpt):

 
Notice

It is possible to enable UI customizations using the iam.*.layout.dirs properties. This is intended for layout customizations only, but it does not prevent overriding other product-specific files (i.e. web.xml).

Customers that use this mechanism for customization beyond the intended purpose are responsible to maintain these customized files, especially when updating the product. There is no guarantee that such customizations will be supported in future releases.

 
Info

Please refer to the documentation in the instance.properties file for detailed information.

To get an up-to-date template including documentation and current default values run:

iam default-parameters

Further information and links