aws-observability / helm-charts

The AWS Observability Helm Charts repository contains Helm charts to provide easy mechanisms to setup the CloudWatch Agent and other collection agents to collect telemetry data such as metrics, logs and traces to send to AWS monitoring services.
Apache License 2.0
9 stars 17 forks source link

Added client and server certs on agent and fluent-bit pods #105

Closed nathalapooja closed 2 months ago

nathalapooja commented 2 months ago

This should not be merged now

Description of changes: Added client and server certs on agent and fluent-bit pods

Manual Testing:

  1. Installed the helm on a eks cluster
  2. verified the secrets, volumemounts with default helm functions certs and cert manager
  3. Tested the agent server API from fluent-bit pod passing the certs in curl command

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

nathalapooja commented 2 months ago

Created another PR https://github.com/aws-observability/helm-charts/pull/106