Closed
Description
This issue is automatically created based on existing pull request: #28934: add subnet mask IP support for maintenance mode
Description
Maintenance mode should accept IP ranges instead of separate IP's so that for instance you can add the whole range of your payment service provider or CDN etc...
Fixed Issues (if relevant)
Manual testing scenarios
- run
bin/magento maintenance:enable
- run
bin/magento maintenance:allow-ips 192.168.33.0/16
(for instance) - get access to the site
Mostly I am curious what you think about this kind of functionality and the use of darsyn/ip for this. I did take IPv6 into account.
Contribution checklist
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds on Travis CI are green)
Metadata
Metadata
Assignees
Labels
Gate 1 Failed. Automatic verification of issue format is failedMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it