mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
enable Auto mTLS in go-plugin
This commit is contained in:
parent
1178c799b6
commit
1d4c8403a2
@ -25,6 +25,7 @@ func ClientConfig(m discovery.PluginMeta) *plugin.ClientConfig {
|
||||
Managed: true,
|
||||
Logger: logger,
|
||||
AllowedProtocols: []plugin.Protocol{plugin.ProtocolGRPC},
|
||||
AutoMTLS: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user