Skip to content

Commit

Permalink
rebasing container-insights branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Sep 6, 2023
1 parent dac0a37 commit 8df9d39
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 8df9d39

Please sign in to comment.