Skip to content

Commit

Permalink
enable Auto mTLS in go-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Dec 6, 2018
1 parent 1178c79 commit 1d4c840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func ClientConfig(m discovery.PluginMeta) *plugin.ClientConfig {
Managed: true,
Logger: logger,
AllowedProtocols: []plugin.Protocol{plugin.ProtocolGRPC},
AutoMTLS: true,
}
}

Expand Down

0 comments on commit 1d4c840

Please sign in to comment.