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

Remove unused privileges for leases, ingress, and openshift routes #98

Closed lisguo closed 2 months ago

lisguo commented 2 months ago

Issue #, if available: N/A

Description of changes: Removes unused privileges for the cloudwatch agent operator: leases, ingress, openshift routes.

The operator currently only vends metrics, logs, and traces from within the cluster, so exposing an ingress or routes is not supported.

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