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
- Core
- Enterprise
- Kubernetes
Config file keys | Environment variables | Type | Default |
---|---|---|---|
grpc_insecure | GRPC_INSECURE | boolean | true (If in all-in-one mode) |
grpc_insecure
is a bootstrap configuration setting and is not configurable in the Console.
gRPC Insecure is not customizable in Kubernetes
Examples
# config file key
grpc_insecure: false
# environment variable
GRPC_INSECURE=false