mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 01:58:32 +00:00
13d5be622b
- Retained legacy default Sensitive Properties Key in ConfigEncryptionTool to support migration - Streamlined default file path and moved key generation conditional - Refactored with getDefaultProperties() - Cleared System Property in ConfigEncryptionToolTest - Added checking and error handling for clustered status - Added set-sensitive-properties-key command - Refactored PropertyEncryptor classes to nifi-property-encryptor - Added nifi-flow-encryptor - Refactored ConfigEncryptionTool to use FlowEncryptor for supporting AEAD algorithms - Added Admin Guide section Updating the Sensitive Properties Key This closes #4857. Signed-off-by: Mark Payne <markap14@hotmail.com>