Skip to content

Commit

Permalink
[chore][extension/awsproxy] use configtls.NewDefaultClientConfig (#36724
Browse files Browse the repository at this point in the history
)

Relates
#36064
  • Loading branch information
VihasMakwana authored Dec 16, 2024
1 parent c4d8b9d commit f8cfe87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extension/awsproxy/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ func createDefaultConfig() component.Config {
TCPAddrConfig: confignet.TCPAddrConfig{
Endpoint: testutil.EndpointForPort(defaultPort),
},
TLSSetting: configtls.ClientConfig{
Insecure: false,
},
TLSSetting: configtls.NewDefaultClientConfig(),
},
}
}
Expand Down

0 comments on commit f8cfe87

Please sign in to comment.