[MDEV-8775] enabling encryption is too error-prone Created: 2015-09-08 Updated: 2015-09-19 Resolved: 2015-09-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption |
| Affects Version/s: | 10.1.7 |
| Fix Version/s: | 10.1.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There are many *-encrypt- options and they *all have to be enabled to prevent data leaks. A possible solution could be a “meta-option” --encryption that would enable or disable all other encryption-related options. |
| Comments |
| Comment by Sergei Golubchik [ 2015-09-09 ] | ||||||||
|
A much simpler solution is to provide a "preset" file, lilke
and let the user !include it into his my.cnf as needed. |