Connecting To PLOSSYS 5¶
If using SEAL NATS with PLOSSYS 5, some changes need to be done in Consul after the installation of PLOSSYS 5.
TLS¶
When using TLS encryption with SEAL NATS, the following keys need to be set in Consul:
-
BROKER_FORCE_TLS
: specifies if the SEAL NATS message broker uses TLS. -
BROKER_REJECT_UNAUTHORIZED
: specifies if self-signed TLS certificates from the message broker will be rejected.
Token Authentication¶
When using token authentication to secure client connections of SEAL NATS, the following key needs to be set in Consul:
BROKER_TOKEN
: specifies the message broker access token.
Clustering¶
If you are running PLOSSYS 5 in a cluster, SEAL NATS needs to be installed on every PLOSSYS 5 server. Additionally, the following key has to be set in Consul:
BROKER_SERVERS
: specifies the message broker server hosts and ports.
Literature - PLOSSYS 5 Documentation
For a detailed description of these keys, refer to the PLOSSYS 5 documentation.