vincbeck commented on PR #54113:
URL: https://github.com/apache/airflow/pull/54113#issuecomment-3168471368

   > As mentioned here [#52408 
(review)](https://github.com/apache/airflow/pull/52408#pullrequestreview-2975908266)
   > 
   > The simplest way to handle this is to not bring any change in the backend 
and simply catch the `403` error in the fetch plugins hook in the front-end and 
return an empty list there.
   > 
   > So the UI can silently proceed as if the user have 0 plugins without 
crashing.
   
   This means that only users with `GET` permissions on plugins will be able to 
see the menu items from plugins? I do not think that's right. Or at least a 
misunderstanding on what `plugins` permissions mean. Having `GET` permissions 
on plugins allow a user to see the list of plugins installed in the 
environment. This is often only granted to admins.


-- 
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]

Reply via email to