redpanda-data / kminion

KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements.
MIT License
601 stars 123 forks source link

gha: retrieve secrets from aws sm #263

Closed andrewhsu closed 1 month ago

andrewhsu commented 1 month ago

jira: https://redpandadata.atlassian.net/browse/PESDLC-1547

github secrets for this repo have been migrated to aws secretsmanager. this PR uses gha aws-actions/aws-secretsmanager-get-secrets to access the secrets.

also updated the actions to latest versions in docker-image.yaml.