Encrypt the traffic between an app and the db #114
Reference in New Issue
Block a user
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?
Somebody on the internet says that the traffic between docker containers should be encrypted. We're not doing that (specifically with databases). This is not a huge security vulnerability for now but I think we should take care of that before beta.
https://security.stackexchange.com/questions/186838/should-the-traffic-between-the-containers-need-to-be-encrypted#186842
Here's a resource about how to generate ssl certs on postgres
https://dev.to/danvixent/how-to-setup-postgresql-with-ssl-inside-a-docker-container-5f3
I don't know how we want to go with implementing that (maybe a repo with a code snippet to put in compose.yml?) so I'm hoping somebody who knows more about docker wants to pick this up :)