To what level is data encrypted when in transit and at rest in docker?

0
Please note first of all, my deployment is on premise using docker, nothing touching the cloud.   I have a deployment on premise using docker with a postgres database, I am having to do some security testing and trying to find out how exactly data is secured. I have seen in the mendix docs this statement: "The Mendix Platform encrypts data at rest and data in transit out of the box." but all of these statements relate to the mendix cloud and deployments on there. Am I safe to assume that this also relates to on premise versions as well?
asked
1 answers
0

The statement from the Mendix documentation about encrypting data at rest and in transit generally applies to deployments on the Mendix Cloud, where Mendix manages the infrastructure and ensures security configurations.

For on-premise deployments, the security of data at rest and in transit depends on how you configure your environment.

answered