Field Level Encryption
Use field level encryption to encrypt sensitive fields individually and ensure greater protection for your data.
To do this, adjust the config.json as follows:
Add the corresponding configuration under
"database"
:
"database": {
"uriConnectionString": "mongodb//...",
"fieldLevelEncryption": {
"enabled": true,
"key": "..."
}
},
You must run setup.sh after every customization!
Finally, save your key carefully.
Last updated
Was this helpful?