uranusjr commented on code in PR #59399: URL: https://github.com/apache/airflow/pull/59399#discussion_r2638542825
########## airflow-core/docs/core-concepts/auth-manager/index.rst: ########## @@ -144,7 +144,6 @@ These authorization methods are: * ``is_authorized_view``: Return whether the user is authorized to access a specific view in Airflow. The view is specified through ``access_view`` (e.g. ``AccessView.CLUSTER_ACTIVITY``). * ``is_authorized_custom_view``: Return whether the user is authorized to access a specific view not defined in Airflow. This view can be provided by the auth manager itself or a plugin defined by the user. * ``filter_authorized_menu_items``: Given the list of menu items in the UI, return the list of menu items the user has access to. - Review Comment: This line probably shouldn’t be removed? -- 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]
