mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-04 15:18:17 +00:00

* See #2486. Add fernet Java library to encrypt DatabaseService.DatabaseConnection.password * Add support for rotation. * Add support for CLI to rotate the key. * The fernet key can be null. No encryption will be done. * Add FernetConfiguration * Add env variable for Fernet. * Convert base64 to base64url * Decrypt (admin or bot) or nullify tokens for all methods including ListVersions and GetVersion * Fix test with owner USER to handle null in DatabaseConnection