You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/03/14 17:15:42 UTC

[nifi] branch main updated (a7abe6d -> a7edabb)

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from a7abe6d  NIFI-9795 - checkstyle, rat issues in nifi-system-test-suite module
     add a7edabb  NIFI-9590 Added support for sensitive properties in Azure authorizers to encrypt-config

No new revisions were added by this update.

Summary of changes:
 .../nifi/properties/ConfigEncryptionTool.groovy    |  45 ++++----
 .../properties/ConfigEncryptionToolTest.groovy     | 113 ++++++++++++++++++++-
 .../test/resources/authorizers-populated-azure.xml |  89 ++++++++++++++++
 .../authorizers-populated-encrypted-azure.xml      |  81 +++++++++++++++
 4 files changed, 310 insertions(+), 18 deletions(-)
 create mode 100644 nifi-toolkit/nifi-toolkit-encrypt-config/src/test/resources/authorizers-populated-azure.xml
 create mode 100644 nifi-toolkit/nifi-toolkit-encrypt-config/src/test/resources/authorizers-populated-encrypted-azure.xml