Do we have any options for encrypting data at rest with couchbase community edition?
Hello sagarkvs,
An easy option is to use your operating system’s built-in capability to provide encryption at rest. You can encrypt the disks and write your database data on top of the encrypted volumes. On Linux this is typically done with LUKS, with Windows it’s Bitlocker.
Thanks,
Ian McCloy