Skip to content

AWS SSM provider for configuration #37877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Linaa opened this issue Feb 12, 2025 · 4 comments
Open

AWS SSM provider for configuration #37877

Linaa opened this issue Feb 12, 2025 · 4 comments
Labels
Sponsor Needed New component seeking sponsor Stale

Comments

@Linaa
Copy link

Linaa commented Feb 12, 2025

Component(s)

No response

Describe the issue you're reporting

otel collector running on AWS ( ECS or K8s ) would benefit from directly reading the secrets from SSM, instead of fetching them before start up. This will greatly simplify the implementation. This is similar to the existing aws secretsmanager provider.

example configuration:

receivers:
  otlp:
    protocols:
      grpc:
      http:

processors:
  batch:
  memory_limiter:

exporters:
  otlp/provider1:
    endpoint: https://provider1.domain.com:12345
    headers:
      api-key: ${ssm:<parameter-name>}
    compression: gzip

service:
  pipelines:
    traces:
      receivers: [otlp]
      processors: [memory_limiter, batch]
      exporters: [otlp/provider1]
    metrics:
      receivers: [otlp]
      processors: [memory_limiter, batch]
      exporters: [otlp/provider1]
@Linaa Linaa added the needs triage New item requiring triage label Feb 12, 2025
@Linaa
Copy link
Author

Linaa commented Feb 12, 2025

@atoulme would you be able to sponser this issue?

@Linaa
Copy link
Author

Linaa commented Feb 12, 2025

@jpkrohling would you be able to sponser this issue?

I have added #37798

@atoulme
Copy link
Contributor

atoulme commented Mar 8, 2025

Sorry, probably not me as I have no working knowledge of SSM. An AWS expert is a better choice.

Copy link
Contributor

github-actions bot commented May 7, 2025

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sponsor Needed New component seeking sponsor Stale
Projects
None yet
Development

No branches or pull requests

3 participants