You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/17 13:40:23 UTC

[GitHub] [airflow] OmairK commented on pull request #9338: Get API request limit and offset from parameters.py

OmairK commented on pull request #9338:
URL: https://github.com/apache/airflow/pull/9338#issuecomment-645380188


   > I believe they can fetch as many as the want by using pagination. Isn't it ddos risk without upper bound?
   
   AFAIK we would be using something like [flask-limiter](https://flask-limiter.readthedocs.io/en/stable/) for rate-limiting our REST-API, which could be configured either globally or for individual routes.
   Issue that deals with API security #8113


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org