Skip to content

Commit

Permalink
Authc/z: Enable grpc_client_config to allow mTLS (#4176)
Browse files Browse the repository at this point in the history
* feat: enable gRPC client config

* Update pkg/ingester/client/client.go

Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
  • Loading branch information
sokoide and owen-d authored Aug 24, 2021
1 parent 29d2394 commit b72d8ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ingester/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (cfg *Config) RegisterFlags(f *flag.FlagSet) {
// New returns a new ingester client.
func New(cfg Config, addr string) (HealthAndIngesterClient, error) {
opts := []grpc.DialOption{
grpc.WithInsecure(),
grpc.WithDefaultCallOptions(cfg.GRPCClientConfig.CallOptions()...),
}

Expand Down

0 comments on commit b72d8ab

Please sign in to comment.