It would be better if the plugin uses the database to store the IPs or at least merge the list from the patrol.php file with one from the project.yaml. The fact that only one of them is working is an issue when working with multiple environment. I juste wiped out my production IPs list because my local environment doesn’t have all the production auth IPs.
This will also allow changes in production when the Craft setting allowAdminChanges is net to false. For now it display a system error because the plugin isn’t able to push changes to the yaml file.
It would be better if the plugin uses the database to store the IPs or at least merge the list from the
patrol.phpfile with one from theproject.yaml. The fact that only one of them is working is an issue when working with multiple environment. I juste wiped out my production IPs list because my local environment doesn’t have all the production auth IPs.This will also allow changes in production when the Craft setting
allowAdminChangesis net tofalse. For now it display a system error because the plugin isn’t able to push changes to the yaml file.