[
https://issues.apache.org/jira/browse/NIFI-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657088#comment-15657088
]
ASF GitHub Bot commented on NIFI-2926:
--------------------------------------
Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1188#discussion_r87588152
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/users/user-policies-dialog.jsp
---
@@ -0,0 +1,23 @@
+<%--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+--%>
+<%@ page contentType="text/html" pageEncoding="UTF-8" session="false" %>
+<div id="user-policies-dialog" class="hidden large-dialog">
+ <div class="dialog-content">
+ <div id="user-policy-message">
+ NOTE: Due to the nature of user policies (specifically
inheritance) only top level policies are available.
--- End diff --
Thoughts on updating this note to read:
> Listing includes all policies for the selected user. Some policies may be
inherited by descendant components unless explicitly overridden.
> Add a user-centric view for authorization policies
> --------------------------------------------------
>
> Key: NIFI-2926
> URL: https://issues.apache.org/jira/browse/NIFI-2926
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Affects Versions: 1.0.0
> Reporter: Andrew Lim
> Assignee: Scott Aslan
> Labels: UI, authorization
>
> The UI for managing authorizations in 1.0.0 is policy-centric, meaning in
> order to view which access privileges a specific user has, you need to
> navigate to each individual policy and see if the user has been added to it.
> We should add a view to the UI where you can select a user and then see all
> the access policies that he/she has.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)