vincbeck commented on code in PR #49664: URL: https://github.com/apache/airflow/pull/49664#discussion_r2058929378
########## providers/common/compat/src/airflow/providers/common/compat/security/permissions.py: ########## Review Comment: These permissions are 100% FAB. Airflow delegates entirely authn and authz to auth managers so there is no such notion of "airflow permission". The only reason why a provider would use these permissions is plugin. If a provider provides an Airflow 2 plugin in the codebase, it might use FAB permissions. Example: A provider exposes a view/page, and use FAB permissions to configure who has access to this page -- 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]
