Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 637 Bytes

File metadata and controls

11 lines (10 loc) · 637 Bytes

Summary

This package provides a ConfigMapProvider implementation for Amazon Secrets Manager (secretsmanager) that allows the
Collector the ability to read data stored in AWS Secrets Manager.

How it works

  • Just use the placeholders with the following pattern ${secretsmanager:<arn or name>}
  • Make sure you have the secretsmanager:GetSecretValue in the OTEL Collector Role

Prerequisites: