Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 3d4c0f2

Browse files
author
Mathieu Benoit
authored
Merge pull request #63 from mathieu-benoit/cloud-armor-log-level-verbose
Cloud Armor `advancedOptionsConfig.logLevel: VERBOSE`
2 parents 0017203 + 4d2cf86 commit 3d4c0f2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

content/ingress-gateway/set-up-cloud-armor.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:
3535
adaptiveProtectionConfig:
3636
layer7DdosDefenseConfig:
3737
enable: true
38+
advancedOptionsConfig:
39+
logLevel: VERBOSE
3840
rule:
3941
- action: allow
4042
description: "Default rule"
@@ -157,12 +159,3 @@ gcloud compute ssl-policies list \
157159
--project $TENANT_PROJECT_ID
158160
```
159161
Wait and re-run this command above until you see the resources created.
160-
161-
## Enable Cloud Armor logging
162-
163-
We also want to configure the Cloud Armor logging, it's not supported yet to do that via Config Connector, so we do that via this `gcloud` command:
164-
```Bash
165-
gcloud compute security-policies update ${SECURITY_POLICY_NAME} \
166-
--project ${TENANT_PROJECT_ID} \
167-
--log-level=VERBOSE
168-
```

0 commit comments

Comments
 (0)