Skip to content

Commit 9d0bdac

Browse files
VihasMakwanamterhar
authored andcommitted
[chore][extension/awsproxy] use configtls.NewDefaultClientConfig (open-telemetry#36724)
Relates open-telemetry#36064
1 parent 9b6b660 commit 9d0bdac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extension/awsproxy/factory.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ func createDefaultConfig() component.Config {
3636
TCPAddrConfig: confignet.TCPAddrConfig{
3737
Endpoint: testutil.EndpointForPort(defaultPort),
3838
},
39-
TLSSetting: configtls.ClientConfig{
40-
Insecure: false,
41-
},
39+
TLSSetting: configtls.NewDefaultClientConfig(),
4240
},
4341
}
4442
}

0 commit comments

Comments
 (0)