-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add ability to enforce SSL in S3 Destination connector #16301
Comments
Note from backlog grooming: rather than creating a new strict-encrypt connector for S3 destination, we can use the environment variable (see Scope of this ticket (definition of done):
|
Hey team! Please add your planning poker estimate with Zenhub @edgao @rodireich @ryankfu @subodh1810 @tuliren |
Relevant note about NodeJS library: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/enforcing-tls.html |
Based on this doc, all access to S3 on AWS is with TLS: https://docs.aws.amazon.com/AmazonS3/latest/userguide/network-isolation.html |
Reading the JavaDoc for S3 client it appears it is configured to use HTTPS by default already |
Tell us about the problem you're trying to solve
S3 does not always enforce SSL
Describe the solution you’d like
Implement configuration for adding
ssl
parameter for S3 destinationDescribe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
S3 bucket policy ssl-requests-only
Are you willing to submit a PR?
Remove this with your answer :-)
The text was updated successfully, but these errors were encountered: