Skip to content

Commit

Permalink
Enable auto MTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Jul 26, 2024
1 parent e407ecd commit c38097b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/loop/internal/goplugin/plugin_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (s *PluginService[P, S]) launch() (*plugin.Client, plugin.ClientProtocol, e
s.lggr.Debug("Launching")

cc := s.grpcPlug.ClientConfig()
cc.AutoMTLS = true
cc.Cmd = s.cmd()
client := plugin.NewClient(cc)
cp, err := client.Client()
Expand Down

0 comments on commit c38097b

Please sign in to comment.