Configure Administrators by Environment variable in Axon.ivy 8
Hi Ivy Team,
I would like to configure Administrators by using Environment variable, I can configure `systemdb:url` by using `IVY_SYSTEMDB_URL`. But the structure Administrators config is different:
YAML:
Administrators:
admin:
Password: "${hash:mySecret}"
Email: info@localhost.com
Can I create Environment variables like following:
IVY_ADMINISTRATORS_ADMIN=<value??>
IVY_ADMINISTRATORS_ADMIN_PASSWORD=<password>
IVY_ADMINISTRATORS_ADMIN_EMAIL=info@localhost.com
I use Environment variable because I'm running Axon.ivy Engine within Containerized environment, and Environment variable is the suitable way to store configuration.
I could see the Global Variables Variables, Security System face the same issue.
Thank for your support.