dsaidgovsg / terraform-modules

Reusable Terraform modules
Apache License 2.0
79 stars 23 forks source link

chore(fluentd): root user #282

Closed xtrntr closed 3 years ago

xtrntr commented 3 years ago

fluent Docker image runs as non-root user as per Docker best practices: https://github.com/fluent/fluentd-docker-image/issues/48

This means that this line in the config will mount the directory as root and cause a permission error when trying to write to the buffer before flushing to S3.