vincbeck commented on code in PR #47241:
URL: https://github.com/apache/airflow/pull/47241#discussion_r1989436590
##########
providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -233,6 +233,7 @@ class
FabAirflowSecurityManagerOverride(AirflowSecurityManagerV2):
(permissions.ACTION_CAN_READ, permissions.RESOURCE_DAG_CODE),
(permissions.ACTION_CAN_READ, permissions.RESOURCE_DAG_RUN),
(permissions.ACTION_CAN_READ, RESOURCE_ASSET),
+ (permissions.ACTION_CAN_READ, RESOURCE_ASSET_ALIAS),
Review Comment:
Sorry I missed that during the review but other permissions than READ need
to be added to the OP role. @rawwar could you please create a PR for that?
--
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]