[MDEV-17861] MyRocks: Add encryption support Created: 2018-11-28 Updated: 2020-01-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
RocksDB supports pluggable encryption: https://github.com/facebook/rocksdb/blob/master/include/rocksdb/env_encryption.h MyRocks doesn't implement this interface and so one cannot encrypt MyRocks data at the moment. This task is about hooking MariaDB's data-at-rest encryption infrastructure to MyRocks. |