The amount of time (in minutes) before a user API key expires.
GATEWAY_SERVER_API_KEY_EXPIRATION
Section: server
Key: api_key_expiration
1440
The full path to the certificate file the gateway server uses when it serves connections to gateway clients. This setting is required when GATEWAY_SERVER_USE_TLS is enabled.
GATEWAY_SERVER_CERTIFICATE_FILE
Section: server
Key: certificate_file
No default value provided
Determines whether a server node is an “all in one” deployment where services run on the same node as the actual server itself.
When you deploy a gateway architecture with separate runner nodes to execute services, set this variable to true.
GATEWAY_SERVER_DISTRIBUTED_EXECUTION
Section: server
Key: distributed_execution
false
Sets the address that a gateway server listens on.
GATEWAY_SERVER_LISTEN_ADDRESS
Section: server
Key: listen_address
127.0.0.1
Sets the port that a gateway server listens on.
GATEWAY_SERVER_PORT
Section: server
Key: port
50051
The full path to the private key file that the gateway server uses when serving connections to gateway clients. Required when GATEWAY_SERVER_USE_TLS
is enabled.
GATEWAY_SERVER_PRIVATE_KEY_FILE
Section: server
Key: private_key_file
No default value provided
The location where the gateway stores virtual environments created during Python and Ansible service execution when GATEWAY_APPLICATION_MODE is set to server.
GATEWAY_SERVER_RUNTIME_DATA_DIR
Section: server
Key: runtime_data_dir
/var/lib/gateway
Determines whether a gateway server requires TLS when serving connections to gateway clients.
GATEWAY_SERVER_USE_TLS
Section: server
Key: use_tls
true