imrichardwu commented on code in PR #67586:
URL: https://github.com/apache/airflow/pull/67586#discussion_r3349247496


##########
airflow-core/newsfragments/67586.significant.rst:
##########
@@ -0,0 +1,7 @@
+Add a new **Deadlines** page under the Browse menu.
+
+If you use the FAB auth manager with **custom roles**, grant the new
+``menu_access`` and ``can_read`` permissions on the ``Deadlines`` resource to
+any role that should be able to see this page.  The built-in ``Viewer``,
+``User``, ``Op``, and ``Admin`` roles are updated automatically when Airflow
+starts (``[fab] UPDATE_FAB_PERMS = True``).

Review Comment:
   Would something like  this be better or is it too short? 
   ```
   Add a new **Deadlines** page under the Browse menu.
   
   The page is accessible to any role that already has ``can_read`` and
   ``menu_access`` on ``DAG Runs``.
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to