Workers are configured by setting properties in the worker configuration. The common configuration options handled by the framework apply to all workers. In addition, there are worker specific properties, handled by the worker implementation.

Sensitive Properties

Properties considered sensitive (currently PIN, KEYSTOREPASSWORD, and KEYDATA) are masked when displayed in the Administration GUI, configuration dumps (value replaced by the string _MASKED_), and in configuration change notifications in the Audit log.

Commenting Out Properties

You can comment out properties to temporarily disable them by adding a pre- or postfix underscore.

Commenting out masked sensitive properties will still protect the properties and mask them in the cases described above, see Sensitive Properties.