You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/products/networksecurity/SecurityProfile.yaml
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,16 @@ examples:
86
86
test_env_vars:
87
87
org_id: 'ORG_ID'
88
88
tgc_skip_test: The ENUM value URL_FILTERING in type field is transformed to UNKNOWN_ENUM_VALUE_ProfileType_5 in CAI asset. The reason could be that URL_FILTERING is not supported in CAI yet. Will check if the value in CAI assets will be correct later.
89
+
- name: network_security_security_profile_broker
90
+
min_version: 'beta'
91
+
primary_resource_id: 'default'
92
+
vars:
93
+
resource_name: 'my-security-profile'
94
+
network_name: 'my-network'
95
+
deployment_group_id: 'my-dg'
96
+
endpoint_group_id: 'my-eg'
97
+
test_env_vars:
98
+
org_id: 'ORG_ID'
89
99
parameters:
90
100
- name: 'name'
91
101
type: String
@@ -285,9 +295,31 @@ properties:
285
295
- name: mirroringEndpointGroup
286
296
type: String
287
297
description: |
288
-
The Mirroring Endpoint Group to which matching traffic should be mirrored.
298
+
The target Mirroring Endpoint Group.
299
+
When a mirroring rule with this security profile attached matches a packet,
300
+
a replica will be mirrored to the location-local target in this group.
0 commit comments