Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Implement Locking on TDE Map Functionality #110

Closed hqakhtar closed 5 months ago

hqakhtar commented 8 months ago

The TDE map file should be protected in two scenarios: (1) When reserving a map slot for key, (2) When performing master key rotation.

dAdAbird commented 5 months ago

Implemented in https://github.com/Percona-Lab/pg_tde/pull/163