blob: fe85edb225dae7b95a21d21e98998164b120e05e [file] [log] [blame]
#!/usr/bin/env bash
# Display the state of the Cloud Armor rules for the prod frontend.
echo 'Cloud Armor rule for prod. Note rateLimitOptions.'
gcloud compute security-policies describe prod-frontend
echo
echo 'To modify:'
echo '- Obtain the necessary permissions.'
echo '- Visit https://console.google.com/net-security/securitypolicies/details/prod-frontend?project=$PROJECT&hl=en&tab=rules'
echo '- Click Edit'