I have a hazelcast cluster set up with two nodes, both referencing the same configuration. Session replication is working.
I'd like to use password aliases in the System Properties values, e.g.
DB_PASSWORD=${ALIAS=db_password}
However, this doesn't seem to work.
- Are password aliases expected to work when using hazelcast cluster with independent nodes?
- If so, what am I doing wrong?
This is the error I receive when creating the alias on the DAS: