[MCOL-5019] creating different keys with cskeys on all nodes can break cluster(key not distributed properly) Created: 2022-03-18 Updated: 2023-10-31 |
|
| Status: | Confirmed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | 6.2.1, 6.2.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Alan Mologorsky |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | configuration, encryption | ||
| Description |
|
Usual process also on installation is cskeys on every node. cskeys creates a key on /var/lib/columnstore/.secrets This works properly, Afterwards we have the situation, that Workarround:
Suggestion: If Columnstore distribute Columnstore.xml, it have also to distribute /var/lib/columnstore/.secrets (if any), |
| Comments |
| Comment by Richard Stracke [ 2023-04-19 ] | |||||||
|
It seems a safer solution is to store the key on data1, which is a shared folder.
|