Giter Site home page Giter Site logo

Comments (3)

pingleig avatar pingleig commented on August 14, 2024

Based on the code, we are using the default http client with default tls transport in aws go sdk, so there is no config for the insecure option.

https://github.com/aws/amazon-cloudwatch-agent/blob/master/plugins/outputs/cloudwatchlogs/cloudwatchlogs.go#L111-L116

	client := cloudwatchlogs.New(
		credentialConfig.Credentials(),
		&aws.Config{
			Endpoint: aws.String(c.EndpointOverride),
		},
	)

I feel it's a valid feature request to allow users to configure it, as long as they are aware of the potential problem of those configs.

I will bring it up to the team, but it is likely going to be bundled with other bigger feature/fixes, so there is no clear timeline...
If you do need it right away, the easiest way is to update those lines to pass a http client with transport that skips tls verify, and build the deb/docker image from source

from amazon-cloudwatch-agent.

github-actions avatar github-actions commented on August 14, 2024

This issue was marked stale due to lack of activity.

from amazon-cloudwatch-agent.

jhnlsn avatar jhnlsn commented on August 14, 2024

To close this one out for anyone that needs this info in the future. You need to set the AWS_CA_BUNDLE environment variable with your private CA bundle. See for more information: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html

from amazon-cloudwatch-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.