Encryption method?

I am having to fill a risk survey for out Gitlab ee installation. We need to know the encryption method used for the data in the postgresql database by defaullt. I cannot find the information in any documentation.

So I ask, what is the default encryption method used for the data in the postgresql database?

Hi @atbeasley
Because there is no encryption by default. GitLab does not encrypt data in database. You need to implement encryption in external PostgreSQL database to meet any ‘Encryption at rest’ requirements.

2 Likes