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
[x] I have added one of the patch, minor, major or no-release labels
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
patch
,minor
,major
orno-release
labels