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

Support database encryption #68

Closed
erkinalp opened this issue Jul 8, 2021 · 1 comment
Closed

Support database encryption #68

erkinalp opened this issue Jul 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@erkinalp
Copy link
Contributor

erkinalp commented Jul 8, 2021

Data protection law requires personally identifying data should not be accessible to service operators in plain form unless absolutely required. Hence, the database should be made to allow at-rest symmetric and/or end-to-end public key homomorphic encryption.

@SamuelScheit
Copy link
Member

Already possible, but you need to configure your mongodb database to use TLS/SSL:
https://docs.mongodb.com/manual/tutorial/configure-ssl/
https://docs.mongodb.com/manual/core/security-transport-encryption/
and specify the certificate in the connection string
https://docs.mongodb.com/manual/reference/connection-string/#tls-options

@SamuelScheit SamuelScheit added the enhancement New feature or request label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants