-
Bharathy Satish authored
BE READ BY SERVER Problem: Keyring migration tool creates backed file for destination plugin if the file is not present. This file is created with OS user as owner for this file. After migration when server is started with destination keyring plugin, plugin will reject this file from reading. Fix: Moved the migration specific code after calls to setgid and setuid so that backend files for destination plugin is created with correct user. (cherry picked from commit 46e91ea8a292f0fcbb9f193514f29375c5335205)
Bharathy Satish authoredBE READ BY SERVER Problem: Keyring migration tool creates backed file for destination plugin if the file is not present. This file is created with OS user as owner for this file. After migration when server is started with destination keyring plugin, plugin will reject this file from reading. Fix: Moved the migration specific code after calls to setgid and setuid so that backend files for destination plugin is created with correct user. (cherry picked from commit 46e91ea8a292f0fcbb9f193514f29375c5335205)
Loading