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

Logstash fails on startup when server side encryption is on for S3 bucket #188

Closed
asador opened this issue Jul 31, 2018 · 0 comments
Closed

Comments

@asador
Copy link

asador commented Jul 31, 2018

When we enable server side encryption on S3 bucket and have "server_side_encryption => true" in the S3 plugin setting, it fails on write permission check. This is very similar to the following issues which should have been fixed, but I'm not sure why we still see the problem:
#146
#132

When we turn off "validate_credentials_on_root_bucket" everything works fine.

Logstash version: 6.3.1

Thanks,

@asador asador changed the title Logstash fails to start when server side encryption is on for S3 bucket Logstash fails on startup when server side encryption is on for S3 bucket Jul 31, 2018
robbavey added a commit to robbavey/logstash-output-s3 that referenced this issue Aug 28, 2018
Pass 'upload_options' hash through to the bucket upload_test_file method to
fix issues where permission errors were happening when trying to validate
permissions on buckets with an 'encryption required' policy.

Fixes logstash-plugins#188, logstash-plugins#146, logstash-plugins#132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant