jedcunningham commented on a change in pull request #20487:
URL: https://github.com/apache/airflow/pull/20487#discussion_r774915194
##########
File path: airflow/www/extensions/init_appbuilder.py
##########
@@ -211,7 +211,6 @@ def init_app(self, app, session):
self.sm = self.security_manager_class(self)
self.bm = BabelManager(self)
self.openapi_manager = OpenApiManager(self)
- self.menuapi_manager = MenuApiManager(self)
Review comment:
I'm good with removing `OpenApi` too, even though that didn't actually
add any endpoints in practice 🤷♂️.
We do want to remove `MenuApi`, which exposes `/api/v1/menu`. It's a FAB
default we don't want, particularly now that we are removing the default FAB
REST API auth endpoints too.
--
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]