turn on default encryption for minio #251
Labels
No labels
WAF
blocked
bug
ci/cd
documentation
duplicate
enhancement
good first issue
help wanted
ingress
invalid
monitoring
question
security
wontfix
😭 email
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
small-hack/argocd-apps#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
minio has oidc in front of the tenant, but encryption is not enabled by default yet. We should do that before next major release
We will need to write a function to enable SSE-C encryption on a per-bucket basis to run a few mc commands. Unfortunately we can't add any KMS other than vault or a major cloud 😕
https://min.io/docs/minio/linux/administration/server-side-encryption/server-side-encryption-sse-c.html
oof, well, that shouldn't be the worst thing in the world. I wish OpenTofu would do something about Vault as well.
So for this issue, there's no way we can do what we want to do without using Vault or a non FOSS keyvault. Since weve gotten encryption up and running on Seaweedfs I think we can close this with the acknowledgement that if users want encryption by default, seaweedfs is the way to go.
Keeping open to re-evaluate of SSE-C in the vanilla helm chart