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 DE6AA200AF7 for ; Tue, 14 Jun 2016 14:35:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DD207160A56; Tue, 14 Jun 2016 12:35:02 +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 3A7861602C5 for ; Tue, 14 Jun 2016 14:35:02 +0200 (CEST) Received: (qmail 88441 invoked by uid 500); 14 Jun 2016 12:35:01 -0000 Mailing-List: contact commits-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 commits@nifi.apache.org Received: (qmail 88418 invoked by uid 99); 14 Jun 2016 12:35:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 12:35:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 39C192C1F5D for ; Tue, 14 Jun 2016 12:35:01 +0000 (UTC) Date: Tue, 14 Jun 2016 12:35:01 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-1952) Create REST endpoints for user/group/policy management MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Jun 2016 12:35:03 -0000 [ https://issues.apache.org/jira/browse/NIFI-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15329417#comment-15329417 ] ASF GitHub Bot commented on NIFI-1952: -------------------------------------- Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/526#discussion_r66960292 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/nifi-web-api-context.xml --- @@ -114,7 +123,23 @@ + + + + + + + + + + + + + + + + --- End diff -- Is there a reason the authorizable lookup is a constructor arg instead of a settable property? > Create REST endpoints for user/group/policy management > ------------------------------------------------------ > > Key: NIFI-1952 > URL: https://issues.apache.org/jira/browse/NIFI-1952 > Project: Apache NiFi > Issue Type: Sub-task > Components: Core Framework > Affects Versions: 1.0.0 > Reporter: Jeff Storck > Assignee: Jeff Storck > Fix For: 1.0.0 > > > REST endpoints are needed to provide CRUD capability for mutable authorizers (extensions of AbstractPolicyBasedAuthorizer) to manage users, groups, and policies. -- This message was sent by Atlassian JIRA (v6.3.4#6332)