Nullify-Platform / Logger

Nullify logging library for backend services
https://github.com/Nullify-Platform
0 stars 0 forks source link

feat(trace): add ssm fetch support #59

Closed lhjt closed 5 months ago

lhjt commented 5 months ago

Description

This PR adds support to fetch secrets from AWS SSM instead of only relying on secrets being injected via environment variables.

This also adds support for the OTEL_EXPORTER_OTLP_HEADERS_NAME env var to be set to the name of an AWS SSM parameter store variable that will be fetched to set the exporter headers for trace reporting.

Checklist