Skip to main content

gRPC Insecure

Summary

gRPC Insecure disables transport security for gRPC communication. If running in all-in-one mode, defaults to true as communication will run over localhost's own socket.

How to configure

Config file keysEnvironment variablesTypeDefault
grpc_insecureGRPC_INSECUREbooleantrue (If in all-in-one mode)

Examples

# config file key
grpc_insecure: false

# environment variable
GRPC_INSECURE=false