Interceptors
Configuration reference for GRPC Interceptors
Specifies the network type.
[grpc]
network = "tcp"
Specifies the bind address interface.
[grpc]
address = "0.0.0.0:9999"
List of GRPC services to be enabled.
[grpc]
enabled_services = ["helloworld"]
List of GRPC middlewares to be enabled.
[grpc]
enabled_interceptors = ["auth"]
Configuration reference for GRPC Interceptors
Configuration reference for GRPC services