pomerium/pkg/grpc/grpc.go
Caleb Doxsey e2ebef44ef
telemetry: add installation id (#2017)
* telemetry: add installation id

* set installation id globally

* remove unneeded changes
2021-03-24 07:22:54 -06:00

11 lines
148 B
Go

package grpc
//go:generate ./protoc.bash
const roundRobinServiceConfig = `{
"loadBalancingConfig": [
{
"round_robin": {}
}
]
}`