minder
minder copied to clipboard
Migrate encrypted data in database to new encryption structure
Please describe the enhancement
See design doc in epic
Solution Proposal
In migration tool:
- Change decrypt code to read from new fields then old fields
- Begin writing new secrets to new structure only
- Get each secret
- Decrypt
- Re-salt and re-encrypt using new structure
- Validate that migration has worked and drop old column
Describe alternatives you've considered
No response
Additional context
No response
Acceptance Criteria
No response