tornadoweb / tornado

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
http://www.tornadoweb.org/
Apache License 2.0
21.77k stars 5.51k forks source link

[feature] Added allowed IP check with redis client for internal use. #3365

Closed siddhant-sachdeva closed 8 months ago

siddhant-sachdeva commented 8 months ago

Added check to verify allowed IPs from redis cache before allowing to access flower endpoints.

risingMantis commented 8 months ago

Curious why we'd want to add this feature to the framework. Seems like something that should be left outside.

siddhant-sachdeva commented 8 months ago

Apologies for the confusion , This change was for internal use and not intended for the main repository. Why add to the framework and not outside is because in our case this package is a dependency over another package.