dheerajturaga commented on issue #49495: URL: https://github.com/apache/airflow/issues/49495#issuecomment-2818380891
@Dev-iL , I was locally able to work around the `Unauthorized` message. The default permissions for role `User` does not have access to view the items in the airflow3 home page. I had to do the following: ( this maynot be the full set, but I hope you get the idea) ``` airflow roles add-perms -v -r="User Stats Chart" -a=can_read User airflow roles add-perms -v -r="User's Statistics" -a=menu_access User airflow roles add-perms -v -r="View Menus" -a=can_read User ``` -- 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]
