Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Oct 8, 2024
1 parent 7781e04 commit 7aa0b91
Show file tree
Hide file tree
Showing 8 changed files with 1,130 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,39 @@ metadata:
finalizers:
- cnrm.cloud.google.com/finalizer
- cnrm.cloud.google.com/deletion-defender
generation: 1
generation: 2
labels:
cnrm-test: "true"
name: firewallpolicyrule-${uniqueId}
namespace: ${uniqueId}
spec:
action: deny
action: allow
direction: EGRESS
firewallPolicyRef:
name: firewallpolicy-${uniqueId}
match:
destAddressGroups:
- organizations/${organizationID}/locations/global/addressGroups/testnetworksecurityaddressgroup
- organizations/${organizationID}/locations/global/addressGroups/testnetworksecurityaddressgroup-2
destFqdns:
- www.google.com
- www.github.com
destIPRanges:
- 11.100.0.1/32
- 11.100.0.2/32
destRegionCodes:
- US
- AU
destThreatIntelligences:
- iplist-known-malicious-ips
- iplist-tor-exit-nodes
layer4Configs:
- ipProtocol: tcp
- ipProtocol: udp
ports:
- "8080"
- "8081"
srcIPRanges:
- 10.100.0.1/32
- 10.100.0.2/32
priority: 9000
targetResources:
- name: network-${uniqueId}
- name: network-2-${uniqueId}
targetServiceAccounts:
- name: sa-${uniqueId}
- name: sa-2-${uniqueId}
status:
conditions:
- lastTransitionTime: "1970-01-01T00:00:00Z"
Expand All @@ -47,5 +48,5 @@ status:
status: "True"
type: Ready
kind: compute#firewallPolicyRule
observedGeneration: 1
observedGeneration: 2
ruleTupleCount: 4
Loading

0 comments on commit 7aa0b91

Please sign in to comment.