[v10.4.x] Plugins: Pass PDC file contents in requests (#85144)
* Plugins: Pass PDC file contents in requests (#84783)
* Plugins: Pass PDC file contents in requests
* go mod tidy
* undo go.mod changes
* fix linter
* fix tests
* undo unnecessary changes
* update dep
* join with comma
* update naming
* bump SDK
(cherry picked from commit b765c21d4c)
* set env + req config
* fix linter
This commit is contained in:
@@ -534,7 +534,7 @@ func (s *Service) httpClientOptions(ctx context.Context, ds *datasources.DataSou
|
||||
ClientCfg: &sdkproxy.ClientCfg{
|
||||
ClientCert: s.cfg.SecureSocksDSProxy.ClientCert,
|
||||
ClientKey: s.cfg.SecureSocksDSProxy.ClientKey,
|
||||
RootCA: s.cfg.SecureSocksDSProxy.RootCA,
|
||||
RootCAs: s.cfg.SecureSocksDSProxy.RootCAs,
|
||||
ProxyAddress: s.cfg.SecureSocksDSProxy.ProxyAddress,
|
||||
ServerName: s.cfg.SecureSocksDSProxy.ServerName,
|
||||
AllowInsecure: s.cfg.SecureSocksDSProxy.AllowInsecure,
|
||||
|
||||
Reference in New Issue
Block a user