Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8A030200CE9 for ; Sat, 5 Aug 2017 03:31:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8878216E84E; Sat, 5 Aug 2017 01:31:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C251E16E84B for ; Sat, 5 Aug 2017 03:31:42 +0200 (CEST) Received: (qmail 89349 invoked by uid 500); 5 Aug 2017 01:31:42 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 89336 invoked by uid 99); 5 Aug 2017 01:31:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2017 01:31:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B137FF330E; Sat, 5 Aug 2017 01:31:41 +0000 (UTC) From: alopresto To: issues@nifi.apache.org Reply-To: issues@nifi.apache.org References: In-Reply-To: Subject: [GitHub] nifi issue #2044: NIFI-4139 Extract key provider to framework-level service Content-Type: text/plain Message-Id: <20170805013141.B137FF330E@git1-us-west.apache.org> Date: Sat, 5 Aug 2017 01:31:41 +0000 (UTC) archived-at: Sat, 05 Aug 2017 01:31:43 -0000 Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/2044 Thanks @mcgilman. I have moved the master key extraction out to `EncryptedWriteAheadProvenanceRepository` and removed the `nifi-security-utils` dependency on `nifi-properties-loader`. That module is now included in 16 production modules and 4 test modules (I believe this is down from 39 previously). Let me know if you feel this is sufficient. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---