Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to configure rate limiting for admin URLs #647

Open
moloughlin opened this issue Jul 7, 2023 · 0 comments
Open

Unable to configure rate limiting for admin URLs #647

moloughlin opened this issue Jul 7, 2023 · 0 comments

Comments

@moloughlin
Copy link

Similar to #507 - the path protection rate limiting doesn't currently work for admin paths, since there is no plugin for the admin request dispatcher.

Primary use case from my POV is submission of OTP codes to the Magento_TwoFactorAuth module (bruteforce prevention).

Should be a reasonably easy fix, but will be a little harder than just adding 3 lines of di.xml like in the graphql case, since the adminhtml area doesn't use the same entrypoint and so there will be some duplication into a suitably-located plugin or some refactoring such that all area codes are covered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant