Skip to content

Commit

Permalink
Merge pull request #120 from cofide/auto-mtls
Browse files Browse the repository at this point in the history
Enable automatic mTLS negotiation for data source plugins
  • Loading branch information
markgoddard authored Jan 6, 2025
2 parents a31e766 + 6a7a722 commit 90d2631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ func loadGRPCPlugin(ctx context.Context, logger hclog.Logger, pluginName string,
Plugins: pluginSet,
AllowedProtocols: []go_plugin.Protocol{go_plugin.ProtocolGRPC},
Logger: logger,
AutoMTLS: true,
})

grpcPlugin, err := startGRPCPlugin(ctx, client, pluginName, plugins)
Expand Down

0 comments on commit 90d2631

Please sign in to comment.