You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/03 18:36:16 UTC

[GitHub] feng-tao commented on a change in pull request #4426: [AIRFLOW-XXX] Add a doc on how to add a new role in RBAC UI

feng-tao commented on a change in pull request #4426: [AIRFLOW-XXX] Add a doc on how to add a new role in RBAC UI
URL: https://github.com/apache/incubator-airflow/pull/4426#discussion_r245092133
 
 

 ##########
 File path: docs/howto/add-new-role.rst
 ##########
 @@ -0,0 +1,33 @@
+..  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.
+
+
+Add a new role in RBAC UI
+=========================
+
+There are five roles created for Airflow by default: Admin, User, Op, Viewer, and Public.
+The master branch adds beta support for DAG level access for RBAC UI. Each DAG comes with two permissions: read and write.
+
+The Admin could create a specific role which is only allowed to read / write certain DAGs. To configure a new role, go to ``Security`` tab
+and click ``List Roles`` in the new UI.
+
+.. image:: ../img/add-role.png
+.. image:: ../img/new-role.png
+
+
+The image shows a role which could only write to example_python_operator is created.
+And we could assign the given role to a given user using ``airflow users --role`` cli command.
 
 Review comment:
   thanks @jgao54 . updated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services