Laravel Vapor

OhVapor!

Automatically whitelist Oh Dear IP addresses in AWS WAF for Laravel Vapor applications.

by Doug Thwaites

Laravel Vapor is a serverless deployment platform for Laravel, powered by AWS. When using Oh Dear to monitor your Laravel Vapor application, if you have a firewall enabled the AWS WAF is likely to block Oh Dear as it will consider it automated traffic.

Whitelisting Oh Dear's IP addresses in the AWS WAF will only work until your next vapor deploy at which point the firewall is reset.

Doug Thwaites created OhVapor! to re-configure the AWS firewall and allow Oh Dear's IPs through - perfect for a CI/CD pipeline.

php artisan oh-vapor:update-waf environmentName

You can view the full documentation and source code on GitHub.