pierrejeambrun opened a new issue, #51299:
URL: https://github.com/apache/airflow/issues/51299

   ### Body
   
   Plugins are loaded at the start of the web application to be able to fill 
extra menu items in the navbar.
   
   User authenticated but without `read` permissions on the plugins will get a 
`403` forbidden error on that endpoint. That error is handled in a way that 
prevent the rest of the application to render.
   
   We should instead fail gracefully and continue rendering the UI even if 
extra plugins menu items cannot be fetched because the user does not have 
access.
   
   ### Committer
   
   - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


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