Skip to content

Commit

Permalink
Merge branch 'aws:container-insights-sll' into container-insights-sll
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba authored Oct 2, 2023
2 parents 5dcfd70 + 8df9d39 commit 4f61d08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions amazon-cloudwatch-agent
Submodule amazon-cloudwatch-agent added at 1df41c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func (t *translator) Translate(c *confmap.Conf) (component.Config, error) {
if c.IsSet(endpointOverrideKey) {
cfg.AWSSessionSettings.Endpoint, _ = common.GetString(c, endpointOverrideKey)
}

cfg.AWSSessionSettings.CertificateFilePath = os.Getenv(envconfig.AWS_CA_BUNDLE)
cfg.AWSSessionSettings.IMDSRetries = retryer.GetDefaultRetryNumber()
return cfg, nil
Expand Down

0 comments on commit 4f61d08

Please sign in to comment.