rawwar commented on code in PR #47241:
URL: https://github.com/apache/airflow/pull/47241#discussion_r1989451674
##########
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:
@vincbeck , we only GET asset alias. No other verbs on asset aliad. Should i
still add others?
--
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]