Field Level Encryption
Use field level encryption to encrypt sensitive fields individually and ensure greater protection for your data.
"database": {
"uriConnectionString": "mongodb//...",
"fieldLevelEncryption": {
"enabled": true,
"key": "..."
}
},Last updated
Was this helpful?