You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gitea currently supports using MinIO as an object storage backend. However, the documentation does not indicate whether server-side encryption (SSE), particularly SSE-C, is supported. SSE-C is important for users who want to manage their own encryption keys for enhanced data security.
MinIO supports SSE-C encryption out of the box, which allows clients to retain full control of their encryption keys. If Gitea could be configured to leverage this feature, it would greatly enhance the security capabilities for users relying on MinIO as their object storage backend.
Additionally, updating the documentation to include configuration details for SSE-C would provide clear guidance for users.
Why is this feature important?
Encryption is a crucial part of securing object storage, especially for sensitive data. SSE-C allows users to maintain full control of their encryption keys, aligning with compliance requirements and security best practices.
Adding support for and documenting the use of SSE-C in the MinIO configuration will:
Enhance the security capabilities of Gitea.
Provide clarity for users seeking encrypted storage solutions.
Align Gitea with security-conscious user requirements.
Feature Description
Summary
Gitea currently supports using MinIO as an object storage backend. However, the documentation does not indicate whether server-side encryption (SSE), particularly SSE-C, is supported. SSE-C is important for users who want to manage their own encryption keys for enhanced data security.
MinIO supports SSE-C encryption out of the box, which allows clients to retain full control of their encryption keys. If Gitea could be configured to leverage this feature, it would greatly enhance the security capabilities for users relying on MinIO as their object storage backend.
Additionally, updating the documentation to include configuration details for SSE-C would provide clear guidance for users.
Why is this feature important?
Encryption is a crucial part of securing object storage, especially for sensitive data. SSE-C allows users to maintain full control of their encryption keys, aligning with compliance requirements and security best practices.
Adding support for and documenting the use of SSE-C in the MinIO configuration will:
Resources
Proposal
My Contribution
If there is a way to configure Gitea to use SSE-C, I would happily contribute to the documentation.
Screenshots
No response
The text was updated successfully, but these errors were encountered: