dpgaspar commented on code in PR #29766:
URL: https://github.com/apache/airflow/pull/29766#discussion_r1124332217


##########
airflow/www/extensions/init_appbuilder.py:
##########
@@ -172,10 +180,13 @@ def init_app(self, app, session):
         app.config.setdefault("APP_ICON", "")
         app.config.setdefault("LANGUAGES", {"en": {"flag": "gb", "name": 
"English"}})
         app.config.setdefault("ADDON_MANAGERS", [])
+        app.config.setdefault("RATELIMIT_ENABLED", True)

Review Comment:
   If I'm not mistaken, `RATELIMIT_ENABLED` will broadly enable rate limit 
since it can be added on `ModelRestApi` classes and `AUTH_RATE_LIMITED` will 
need `RATELIMIT_ENABLED` and add it to the auth views



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