opensearch-project / opensearch-project/data-prepper
Proxy support for AWS SDKs
@dapowers87 is already working on this.
Since Nov 19, 2021.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.