Support for AWS Server Side Encryption #3783
Unanswered
jeffreygolden
asked this question in
Community support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Velero team,
I've been trying to upload backups to an AWS bucket with a server side encryption enforcement policy. This means all requests to the bucket require an AWS header indicating it should be encrypted by AWS. While Velero supports this, Restic does not.
I found this Restic issue indicating the lack of SSE support is intentional: restic/restic#2008
My AWS bucket policy looks like the following:
In operation, the Velero files are successfully uploaded to the bucket, but the Restic artifacts are not.
Is there a workaround here to get Velero fully functioning with S3 SSE buckets?
Thank you!
Jeff
Beta Was this translation helpful? Give feedback.
All reactions