We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9685cd9 commit d037ac9Copy full SHA for d037ac9
devtools/describe_cloud_armor.sh
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env bash
2
+
3
+# Display the state of the Cloud Armor rules for the prod frontend.
4
5
+echo 'Cloud Armor rule for prod. Note rateLimitOptions.'
6
7
+gcloud compute security-policies describe prod-frontend
8
9
+echo
10
+echo 'To modify:'
11
+echo '- Obtain the necessary permissions.'
12
+echo '- Visit https://console.google.com/net-security/securitypolicies/details/prod-frontend?project=$PROJECT&hl=en&tab=rules'
13
+echo '- Click Edit'
0 commit comments