Skip to content

Commit

Permalink
add ak
Browse files Browse the repository at this point in the history
  • Loading branch information
yapeng.jing committed Sep 11, 2019
1 parent 70c41aa commit a0d3d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (client *Client) factory(makeEndpoint func(server pb.{{.Service.Name}}Serve
if err != nil {
return nil, nil, err
}
grpc, err := NewGrpc(transport, tracer, logger, CtxValuesToSend(""))
grpc, err := NewGrpc(transport, tracer, logger, CtxValuesToSend("access_key"))
if err != nil {
return nil, nil, err
}
Expand Down

0 comments on commit a0d3d9a

Please sign in to comment.