Administrators

Administrators can configure, monitor and manage the Axon Ivy Engine. At least one administrator must be configured in ivy.yaml.

 1# Engine Administrators
 2# [engineDir]/configuration/ivy.yaml
 3Administrators:
 4  devop:
 5    Password: "${hash:admin}"
 6    Email: devop@localhost.com
 7  admin:
 8    Password: "${hash:mySecret}"
 9    Email: info@localhost.com
10    FullName: "James David"

It is highly recommended to hash passwords of administrators by enclosing the password in cleartext with "${hash: and }" like "${hash:1234}" for password 1234. Hashed passwords can not be decrypted anymore. The Axon Ivy Engine will automatically hash and replace the password in file, when the configuration will be loaded