opensearch-project / opensearch-project/data-prepper

Proxy support for AWS SDKs

Open
#317 1 comment 0 reactions 1 assignee View on GitHub

@dapowers87 is already working on this.

Since Nov 19, 2021.

backlog enhancement
Dominant language
Java
Stars
374
Forks
354
Avg merge
3d 18h
Merged PRs (30d)
8

Description

Is your feature request related to a problem? Please describe.

Data Prepper running behind proxies is not currently supported.

Describe the solution you'd like

Follow the same approach as we are planning #300. Each AWS configuration can include a new proxy configuration.

For example, within peer-forwarder:

  prepper:
    - peer_forwarder:
        discovery_mode: aws_cloud_map
        proxy: http://my-proxy:9000

Describe alternatives you've considered (Optional)

We may wish to have a default AWS configuration available for users to configure. This could be used for any plugin which uses AWS. However, this would be a much larger change.

AWS Components Needing Updating

  • peer-forwarder Cloud Map (AWS SDK v2)
  • opensearch (AWS SDK v2)
  • CloudWatchMeterRegistryProvider (AWS SDK v2)
  • ACMCertificateProvider (multiple plugins; AWS SDK v1)
  • S3CertificateProvider (multiple plugins; AWS SDK v1)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.