mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* feat: add key rotation scripts and dual key encryption service * update lockbox key rotation script to correct environment variable usage * implement dual key encryption service for lockbox key rotation - Refactor lockbox key rotation script to use a new DualKeyEncryptionService. - Remove dependency on old environment variable for old master key. - Add prompts for user input to enhance usability during key rotation. - Implement automatic transaction management using dbTransactionWrap. - Improve validation and error handling for key formats. - Update documentation within the script for clarity on usage and steps. * Delete frontend/package-lock.json * Implement feature X to enhance user experience and fix bug Y in module Z * revert lock file * chore: revert unrelated frontend/package-lock.json changes * fix: update rotate keys scripts to ensure proper argument handling and improve dry-run functionality * chore: update version to 3.20.61-lts --------- Co-authored-by: gsmithun4 <gsmithun4@gmail.com> |
||
|---|---|---|
| .. | ||
| services | ||
| boot.sh | ||
| ce-preview.sh | ||
| create-database.ts | ||
| database-config-utils.ts | ||
| digitalocean-postbuild.sh | ||
| drop-database.ts | ||
| init-db-boot.sh | ||
| plugins-install.ts | ||
| plugins-reload.ts | ||
| plugins-uninstall.ts | ||
| populate-sample-db.ts | ||
| preview.sh | ||
| rotate-lockbox-key.ts | ||
| sample-db-config-reset.ts | ||
| seeds.ts | ||
| wait-for-it.sh | ||