Skip to content
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

AWS SSM provider for configuration #37877

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

AWS SSM provider for configuration #37877

Linaa opened this issue Feb 12, 2025 · 2 comments
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor

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

@crobert-1 crobert-1 added the Sponsor Needed New component seeking sponsor label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor
Projects
None yet
Development

No branches or pull requests

2 participants