You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[deployment]pass4SymmKey = <passphrase string>
* Authenticates traffic between the deployment server (DS) and its
deployment clients (DCs).
* By default, DS-DCs passphrase authentication key is disabled. To enable
DS-DCs passphrase authentication, you must *also* add the following
line to the [broker:broker] stanza in the restmap.conf file:
requireAuthentication = true
This means that this broker:broker setting must be set on the DS before auth will succeed. This should probably be done in a deploymentserver configuration file, along with configuring the pass4symmkey as well.
The text was updated successfully, but these errors were encountered:
From the latest server.conf spec:
This means that this
broker:broker
setting must be set on the DS before auth will succeed. This should probably be done in a deploymentserver configuration file, along with configuring the pass4symmkey as well.The text was updated successfully, but these errors were encountered: