Introduction / FirstSpirit ServerManager / Server properties / App passwords / Configuring for cluster nodes
Configuring the app passwords for cluster nodes
Via the fs-server.conf file (for cluster nodes only): In the case of cluster nodes, the app passwords can either be configured centrally using the fs-server.conf file (of the master) or with fs-wrapper.slave.conf (see below). This involves inserting additional configuration parameters.
Specific cluster nodes can be individually configured by adding the prefix cluster.<NODE>.<PROPERTY>, e.g.:
cluster.slave1.firstspirit.password=uNuegFThpxtvD23C
cluster.slave2.firstspirit.password=KhPXSNBuoJzhWZ1M
Allcluster nodes can be universally configured by adding the prefix cluster.<PROPERTY>, e.g.:
cluster.firstspirit.password=uNuegFThpxtvD23C
Via the fs-wrapper.slave.conf file (for cluster nodes only): In the case of cluster nodes, the app passwords can also be configured using Java properties in the fs-wrapper.slave.conf file, e.g.:
wrapper.java.additional.5=-Dfirstspirit.password=uNuegFThpxtvD23C
Evaluation order: The following evaluation order applies here (from highest priority to lowest priority):
- Configuration of the parameter using the cluster.<NODE> prefix (individual configuration for a cluster node) and the fs-server.conf file
- Configuration of the parameter using the cluster. prefix (universal configuration for all cluster nodes) and the fs-server.conf file
- Configuration of the parameter using -D properties in the fs-wrapper.slave.conf file