GATEWAY_CONNECT_CERTIFICATE_FILE
Specifies the full path to the certificate file used to establish a secure connection to Gateway Manager.
Environment Variable
GATEWAY_CONNECT_CERTIFICATE_FILE
File
Section: connect
Key: certificate_file
Default
/etc/gateway/certificates/gw-manager.pem
GATEWAY_CONNECT_ENABLED
Enables or disables the connection to Gateway Manager.
Environment Variable
GATEWAY_CONNECT_ENABLED
File
Section: connect
Key: enabled
Default
true
GATEWAY_CONNECT_HOSTS
Configures the hostname and port used to connect to Gateway Manager.
Environment Variable
GATEWAY_CONNECT_HOSTS
File
Section: connect
Key: hosts
Default
No default value provided
GATEWAY_CONNECT_INSECURE_TLS
Determines whether the gateway verifies TLS certificates when it connects to Itential Platform. When set to true
, the gateway skips TLS certificate verification. We strongly recommend enabling TLS certificate verification in production environments.
Environment Variable
GATEWAY_CONNECT_INSECURE_TLS
File
Section: connect
Key: insecure_tls
Default
false
GATEWAY_CONNECT_PRIVATE_KEY_FILE
Specifies the full path to the private key file that the gateway uses to connect to Gateway Manager.
Environment Variable
GATEWAY_CONNECT_PRIVATE_KEY_FILE
File
Section: connect
Key: private_key_file
Default
/etc/gateway/certificates/gw-manager-key.pem
GATEWAY_CONNECT_SERVER_HA_ENABLED
Enable this configuration variable when you have multiple all in one
or core
nodes for a particular GATEWAY_APPLICATION_CLUSTER_ID
. When you enable High Availability (HA), the system runs in active/standby
mode. One server connects to Gateway Manager while the others remain in standby mode. If the active node goes down, a standby node connects to Gateway Manager and begins serving requests.
Environment Variable
GATEWAY_CONNECT_SERVER_HA_ENABLED
File
Section: connect
Key: server_ha_enabled
Default
false
GATEWAY_CONNECT_SERVER_HA_IS_PRIMARY
When you set GATEWAY_CONNECT_SERVER_HA_ENABLED
to true
, use this configuration variable to designate one node as the primary. When all nodes are online, this node takes the highest precedence and connects to Gateway Manager. Only one core HA node can connect to Gateway Manager at a time. If this node loses connection to Gateway Manager or the database, a standby node takes its place.
Environment Variable
GATEWAY_CONNECT_SERVER_HA_IS_PRIMARY
File
Section: connect
Key: server_ha_is_primary
Default
false