@f5-sales-demo/pi-resource-management 19.51.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +61 -0
- package/src/arg-parser.ts +131 -0
- package/src/defaults-metadata.generated.ts +2529 -0
- package/src/defaults-metadata.ts +76 -0
- package/src/diff-engine.ts +160 -0
- package/src/file-reader.ts +163 -0
- package/src/index.ts +43 -0
- package/src/kind-resolver.ts +157 -0
- package/src/manifest-export.ts +194 -0
- package/src/manifest-parser.ts +72 -0
- package/src/manifest-validator.ts +109 -0
- package/src/output-formatter.ts +209 -0
- package/src/resource-client.ts +441 -0
- package/src/types.ts +175 -0
|
@@ -0,0 +1,2529 @@
|
|
|
1
|
+
// AUTO-GENERATED by scripts/generate-defaults.ts — DO NOT EDIT BY HAND.
|
|
2
|
+
// Per-kind defaults knowledge for minimum-settings export. Regenerate with: bun run generate-defaults
|
|
3
|
+
// Source: https://github.com/f5xc-salesdemos/api-specs-enriched/releases/download/v2.1.163/minimal-export-defaults.json (api-specs-enriched 2.1.162)
|
|
4
|
+
import type { KindDefaultsMetadata } from "./defaults-metadata";
|
|
5
|
+
|
|
6
|
+
export const DEFAULTS_METADATA: Record<string, KindDefaultsMetadata> = {
|
|
7
|
+
alert_receiver: {
|
|
8
|
+
serverDefaultFields: [],
|
|
9
|
+
fieldDefaults: {},
|
|
10
|
+
minimumConfigFields: [
|
|
11
|
+
"spec.opsgenie.api_key.blindfold_secret_info.location",
|
|
12
|
+
"spec.opsgenie.api_key.clear_secret_info.url",
|
|
13
|
+
"spec.opsgenie.url",
|
|
14
|
+
"spec.pagerduty.routing_key.blindfold_secret_info.location",
|
|
15
|
+
"spec.pagerduty.routing_key.clear_secret_info.url",
|
|
16
|
+
"spec.pagerduty.url",
|
|
17
|
+
"spec.slack.channel",
|
|
18
|
+
"spec.slack.url.blindfold_secret_info.location",
|
|
19
|
+
"spec.slack.url.clear_secret_info.url",
|
|
20
|
+
"spec.webhook.http_config.basic_auth.user_name",
|
|
21
|
+
"spec.webhook.url.blindfold_secret_info.location",
|
|
22
|
+
"spec.webhook.url.clear_secret_info.url",
|
|
23
|
+
],
|
|
24
|
+
fieldConflicts: {
|
|
25
|
+
"spec.email": ["opsgenie", "pagerduty", "slack", "sms", "webhook"],
|
|
26
|
+
"spec.opsgenie": ["email", "pagerduty", "slack", "sms", "webhook"],
|
|
27
|
+
"spec.opsgenie.api_key.blindfold_secret_info": ["clear_secret_info"],
|
|
28
|
+
"spec.opsgenie.api_key.clear_secret_info": ["blindfold_secret_info"],
|
|
29
|
+
"spec.pagerduty": ["email", "opsgenie", "slack", "sms", "webhook"],
|
|
30
|
+
"spec.pagerduty.routing_key.blindfold_secret_info": ["clear_secret_info"],
|
|
31
|
+
"spec.pagerduty.routing_key.clear_secret_info": ["blindfold_secret_info"],
|
|
32
|
+
"spec.slack": ["email", "opsgenie", "pagerduty", "sms", "webhook"],
|
|
33
|
+
"spec.slack.url.blindfold_secret_info": ["clear_secret_info"],
|
|
34
|
+
"spec.slack.url.clear_secret_info": ["blindfold_secret_info"],
|
|
35
|
+
"spec.sms": ["email", "opsgenie", "pagerduty", "slack", "webhook"],
|
|
36
|
+
"spec.webhook": ["email", "opsgenie", "pagerduty", "slack", "sms"],
|
|
37
|
+
"spec.webhook.http_config.auth_token": ["basic_auth", "client_cert_obj", "no_authorization"],
|
|
38
|
+
"spec.webhook.http_config.auth_token.token.blindfold_secret_info": ["clear_secret_info"],
|
|
39
|
+
"spec.webhook.http_config.auth_token.token.clear_secret_info": ["blindfold_secret_info"],
|
|
40
|
+
"spec.webhook.http_config.basic_auth": ["auth_token", "client_cert_obj", "no_authorization"],
|
|
41
|
+
"spec.webhook.http_config.basic_auth.password.blindfold_secret_info": ["clear_secret_info"],
|
|
42
|
+
"spec.webhook.http_config.basic_auth.password.clear_secret_info": ["blindfold_secret_info"],
|
|
43
|
+
"spec.webhook.http_config.client_cert_obj": ["auth_token", "basic_auth", "no_authorization"],
|
|
44
|
+
"spec.webhook.http_config.no_authorization": ["auth_token", "basic_auth", "client_cert_obj"],
|
|
45
|
+
"spec.webhook.http_config.no_tls": ["use_tls"],
|
|
46
|
+
"spec.webhook.http_config.use_tls": ["no_tls"],
|
|
47
|
+
"spec.webhook.http_config.use_tls.disable_sni": ["sni"],
|
|
48
|
+
"spec.webhook.http_config.use_tls.sni": ["disable_sni"],
|
|
49
|
+
"spec.webhook.http_config.use_tls.use_server_verification": ["volterra_trusted_ca"],
|
|
50
|
+
"spec.webhook.http_config.use_tls.volterra_trusted_ca": ["use_server_verification"],
|
|
51
|
+
"spec.webhook.url.blindfold_secret_info": ["clear_secret_info"],
|
|
52
|
+
"spec.webhook.url.clear_secret_info": ["blindfold_secret_info"],
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
api_definition: {
|
|
56
|
+
serverDefaultFields: [
|
|
57
|
+
"spec.api_inventory_exclusion_list",
|
|
58
|
+
"spec.api_inventory_inclusion_list",
|
|
59
|
+
"spec.non_api_endpoints",
|
|
60
|
+
"spec.strict_schema_origin",
|
|
61
|
+
"spec.swagger_specs",
|
|
62
|
+
],
|
|
63
|
+
fieldDefaults: {
|
|
64
|
+
"spec.api_inventory_exclusion_list": [],
|
|
65
|
+
"spec.api_inventory_inclusion_list": [],
|
|
66
|
+
"spec.non_api_endpoints": [],
|
|
67
|
+
"spec.strict_schema_origin": {},
|
|
68
|
+
"spec.swagger_specs": [],
|
|
69
|
+
},
|
|
70
|
+
minimumConfigFields: [],
|
|
71
|
+
fieldConflicts: {
|
|
72
|
+
"spec.mixed_schema_origin": ["strict_schema_origin"],
|
|
73
|
+
"spec.strict_schema_origin": ["mixed_schema_origin"],
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
api_definition_views: {
|
|
77
|
+
serverDefaultFields: [
|
|
78
|
+
"spec.api_inventory_exclusion_list",
|
|
79
|
+
"spec.api_inventory_inclusion_list",
|
|
80
|
+
"spec.non_api_endpoints",
|
|
81
|
+
"spec.strict_schema_origin",
|
|
82
|
+
"spec.swagger_specs",
|
|
83
|
+
],
|
|
84
|
+
fieldDefaults: {
|
|
85
|
+
"spec.api_inventory_exclusion_list": [],
|
|
86
|
+
"spec.api_inventory_inclusion_list": [],
|
|
87
|
+
"spec.non_api_endpoints": [],
|
|
88
|
+
"spec.strict_schema_origin": {},
|
|
89
|
+
"spec.swagger_specs": [],
|
|
90
|
+
},
|
|
91
|
+
minimumConfigFields: [],
|
|
92
|
+
fieldConflicts: {
|
|
93
|
+
"spec.mixed_schema_origin": ["strict_schema_origin"],
|
|
94
|
+
"spec.strict_schema_origin": ["mixed_schema_origin"],
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
api_discovery: {
|
|
98
|
+
serverDefaultFields: ["spec.custom_auth_types"],
|
|
99
|
+
fieldDefaults: {
|
|
100
|
+
"spec.custom_auth_types": [],
|
|
101
|
+
},
|
|
102
|
+
minimumConfigFields: [],
|
|
103
|
+
fieldConflicts: {},
|
|
104
|
+
},
|
|
105
|
+
app_firewall: {
|
|
106
|
+
serverDefaultFields: [
|
|
107
|
+
"spec.allow_all_response_codes",
|
|
108
|
+
"spec.default_anonymization",
|
|
109
|
+
"spec.default_bot_setting",
|
|
110
|
+
"spec.default_detection_settings",
|
|
111
|
+
"spec.disable_ai_enhancements",
|
|
112
|
+
"spec.monitoring",
|
|
113
|
+
"spec.use_default_blocking_page",
|
|
114
|
+
],
|
|
115
|
+
fieldDefaults: {
|
|
116
|
+
"spec.allow_all_response_codes": {},
|
|
117
|
+
"spec.default_anonymization": {},
|
|
118
|
+
"spec.default_bot_setting": {},
|
|
119
|
+
"spec.default_detection_settings": {},
|
|
120
|
+
"spec.disable_ai_enhancements": {},
|
|
121
|
+
"spec.monitoring": {},
|
|
122
|
+
"spec.use_default_blocking_page": {},
|
|
123
|
+
},
|
|
124
|
+
minimumConfigFields: [
|
|
125
|
+
"spec.allowed_response_codes.response_code",
|
|
126
|
+
"spec.custom_anonymization.anonymization_config",
|
|
127
|
+
"spec.detection_settings.signature_selection_setting.attack_type_settings.disabled_attack_types",
|
|
128
|
+
"spec.detection_settings.stage_new_and_updated_signatures.staging_period",
|
|
129
|
+
"spec.detection_settings.stage_new_signatures.staging_period",
|
|
130
|
+
"spec.detection_settings.violation_settings.disabled_violation_types",
|
|
131
|
+
"spec.detection_settings.violations_view",
|
|
132
|
+
],
|
|
133
|
+
fieldConflicts: {
|
|
134
|
+
"spec.allow_all_response_codes": ["allowed_response_codes"],
|
|
135
|
+
"spec.allowed_response_codes": ["allow_all_response_codes"],
|
|
136
|
+
"spec.blocking": ["monitoring"],
|
|
137
|
+
"spec.blocking_page": ["use_default_blocking_page"],
|
|
138
|
+
"spec.bot_protection_setting": ["default_bot_setting"],
|
|
139
|
+
"spec.custom_anonymization": ["default_anonymization", "disable_anonymization"],
|
|
140
|
+
"spec.default_anonymization": ["custom_anonymization", "disable_anonymization"],
|
|
141
|
+
"spec.default_bot_setting": ["bot_protection_setting"],
|
|
142
|
+
"spec.default_detection_settings": ["detection_settings"],
|
|
143
|
+
"spec.detection_settings": ["default_detection_settings"],
|
|
144
|
+
"spec.detection_settings.bot_protection_setting": ["default_bot_setting"],
|
|
145
|
+
"spec.detection_settings.default_bot_setting": ["bot_protection_setting"],
|
|
146
|
+
"spec.detection_settings.default_violation_settings": ["violation_settings"],
|
|
147
|
+
"spec.detection_settings.disable_staging": ["stage_new_and_updated_signatures", "stage_new_signatures"],
|
|
148
|
+
"spec.detection_settings.disable_suppression": ["enable_suppression"],
|
|
149
|
+
"spec.detection_settings.disable_threat_campaigns": ["enable_threat_campaigns"],
|
|
150
|
+
"spec.detection_settings.enable_suppression": ["disable_suppression"],
|
|
151
|
+
"spec.detection_settings.enable_threat_campaigns": ["disable_threat_campaigns"],
|
|
152
|
+
"spec.detection_settings.signature_selection_setting.attack_type_settings": ["default_attack_type_settings"],
|
|
153
|
+
"spec.detection_settings.signature_selection_setting.default_attack_type_settings": ["attack_type_settings"],
|
|
154
|
+
"spec.detection_settings.signature_selection_setting.high_medium_accuracy_signatures": [
|
|
155
|
+
"high_medium_low_accuracy_signatures",
|
|
156
|
+
"only_high_accuracy_signatures",
|
|
157
|
+
],
|
|
158
|
+
"spec.detection_settings.signature_selection_setting.high_medium_low_accuracy_signatures": [
|
|
159
|
+
"high_medium_accuracy_signatures",
|
|
160
|
+
"only_high_accuracy_signatures",
|
|
161
|
+
],
|
|
162
|
+
"spec.detection_settings.signature_selection_setting.only_high_accuracy_signatures": [
|
|
163
|
+
"high_medium_accuracy_signatures",
|
|
164
|
+
"high_medium_low_accuracy_signatures",
|
|
165
|
+
],
|
|
166
|
+
"spec.detection_settings.stage_new_and_updated_signatures": ["disable_staging", "stage_new_signatures"],
|
|
167
|
+
"spec.detection_settings.stage_new_signatures": ["disable_staging", "stage_new_and_updated_signatures"],
|
|
168
|
+
"spec.detection_settings.violation_settings": ["default_violation_settings"],
|
|
169
|
+
"spec.disable_ai_enhancements": ["enable_ai_enhancements"],
|
|
170
|
+
"spec.disable_anonymization": ["custom_anonymization", "default_anonymization"],
|
|
171
|
+
"spec.enable_ai_enhancements": ["disable_ai_enhancements"],
|
|
172
|
+
"spec.enable_ai_enhancements.mitigate_high_medium_risk_action": ["mitigate_high_risk_action"],
|
|
173
|
+
"spec.enable_ai_enhancements.mitigate_high_risk_action": ["mitigate_high_medium_risk_action"],
|
|
174
|
+
"spec.monitoring": ["blocking"],
|
|
175
|
+
"spec.use_default_blocking_page": ["blocking_page"],
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
azure_vnet_site: {
|
|
179
|
+
serverDefaultFields: [
|
|
180
|
+
"spec.block_all_services",
|
|
181
|
+
"spec.disk_size",
|
|
182
|
+
"spec.ingress_gw.accelerated_networking",
|
|
183
|
+
"spec.ingress_gw.performance_enhancement_mode",
|
|
184
|
+
"spec.logs_streaming_disabled",
|
|
185
|
+
"spec.machine_type",
|
|
186
|
+
"spec.no_worker_nodes",
|
|
187
|
+
"spec.tags",
|
|
188
|
+
],
|
|
189
|
+
fieldDefaults: {
|
|
190
|
+
"spec.block_all_services": {},
|
|
191
|
+
"spec.disk_size": 0,
|
|
192
|
+
"spec.ingress_gw.accelerated_networking": null,
|
|
193
|
+
"spec.ingress_gw.performance_enhancement_mode": null,
|
|
194
|
+
"spec.logs_streaming_disabled": {},
|
|
195
|
+
"spec.machine_type": "",
|
|
196
|
+
"spec.no_worker_nodes": {},
|
|
197
|
+
"spec.tags": {},
|
|
198
|
+
},
|
|
199
|
+
minimumConfigFields: [
|
|
200
|
+
"spec.admin_password.blindfold_secret_info.location",
|
|
201
|
+
"spec.admin_password.clear_secret_info.url",
|
|
202
|
+
"spec.azure_cred.name",
|
|
203
|
+
"spec.enable_encryption.disk_encryption_set_id",
|
|
204
|
+
"spec.enable_encryption.resource_group",
|
|
205
|
+
"spec.ingress_egress_gw.active_enhanced_firewall_policies.enhanced_firewall_policies",
|
|
206
|
+
"spec.ingress_egress_gw.active_forward_proxy_policies.forward_proxy_policies",
|
|
207
|
+
"spec.ingress_egress_gw.active_network_policies.network_policies",
|
|
208
|
+
"spec.ingress_egress_gw.az_nodes",
|
|
209
|
+
"spec.ingress_egress_gw.azure_certified_hw",
|
|
210
|
+
"spec.ingress_egress_gw.dc_cluster_group_inside_vn.name",
|
|
211
|
+
"spec.ingress_egress_gw.dc_cluster_group_outside_vn.name",
|
|
212
|
+
"spec.ingress_egress_gw.global_network_list.global_network_connections",
|
|
213
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.connections",
|
|
214
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.site_registration_over_express_route.cloudlink_network_name",
|
|
215
|
+
"spec.ingress_egress_gw.inside_static_routes.static_route_list",
|
|
216
|
+
"spec.ingress_egress_gw.outside_static_routes.static_route_list",
|
|
217
|
+
"spec.ingress_egress_gw_ar.active_enhanced_firewall_policies.enhanced_firewall_policies",
|
|
218
|
+
"spec.ingress_egress_gw_ar.active_forward_proxy_policies.forward_proxy_policies",
|
|
219
|
+
"spec.ingress_egress_gw_ar.active_network_policies.network_policies",
|
|
220
|
+
"spec.ingress_egress_gw_ar.azure_certified_hw",
|
|
221
|
+
"spec.ingress_egress_gw_ar.dc_cluster_group_inside_vn.name",
|
|
222
|
+
"spec.ingress_egress_gw_ar.dc_cluster_group_outside_vn.name",
|
|
223
|
+
"spec.ingress_egress_gw_ar.global_network_list.global_network_connections",
|
|
224
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.connections",
|
|
225
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.site_registration_over_express_route.cloudlink_network_name",
|
|
226
|
+
"spec.ingress_egress_gw_ar.inside_static_routes.static_route_list",
|
|
227
|
+
"spec.ingress_egress_gw_ar.node.fault_domain",
|
|
228
|
+
"spec.ingress_egress_gw_ar.node.inside_subnet.subnet.subnet_name",
|
|
229
|
+
"spec.ingress_egress_gw_ar.node.inside_subnet.subnet_param.ipv4",
|
|
230
|
+
"spec.ingress_egress_gw_ar.node.node_number",
|
|
231
|
+
"spec.ingress_egress_gw_ar.node.outside_subnet.subnet.subnet_name",
|
|
232
|
+
"spec.ingress_egress_gw_ar.node.outside_subnet.subnet_param.ipv4",
|
|
233
|
+
"spec.ingress_egress_gw_ar.node.update_domain",
|
|
234
|
+
"spec.ingress_egress_gw_ar.outside_static_routes.static_route_list",
|
|
235
|
+
"spec.ingress_gw.az_nodes",
|
|
236
|
+
"spec.ingress_gw.azure_certified_hw",
|
|
237
|
+
"spec.ingress_gw_ar.azure_certified_hw",
|
|
238
|
+
"spec.ingress_gw_ar.node.fault_domain",
|
|
239
|
+
"spec.ingress_gw_ar.node.local_subnet.subnet.subnet_name",
|
|
240
|
+
"spec.ingress_gw_ar.node.local_subnet.subnet_param.ipv4",
|
|
241
|
+
"spec.ingress_gw_ar.node.node_number",
|
|
242
|
+
"spec.ingress_gw_ar.node.update_domain",
|
|
243
|
+
"spec.kubernetes_upgrade_drain.enable_upgrade_drain.drain_node_timeout",
|
|
244
|
+
"spec.log_receiver.name",
|
|
245
|
+
"spec.machine_type",
|
|
246
|
+
"spec.resource_group",
|
|
247
|
+
"spec.ssh_key",
|
|
248
|
+
"spec.vnet.existing_vnet.resource_group",
|
|
249
|
+
"spec.vnet.existing_vnet.vnet_name",
|
|
250
|
+
"spec.vnet.new_vnet.primary_ipv4",
|
|
251
|
+
"spec.voltstack_cluster.active_enhanced_firewall_policies.enhanced_firewall_policies",
|
|
252
|
+
"spec.voltstack_cluster.active_forward_proxy_policies.forward_proxy_policies",
|
|
253
|
+
"spec.voltstack_cluster.active_network_policies.network_policies",
|
|
254
|
+
"spec.voltstack_cluster.az_nodes",
|
|
255
|
+
"spec.voltstack_cluster.azure_certified_hw",
|
|
256
|
+
"spec.voltstack_cluster.dc_cluster_group.name",
|
|
257
|
+
"spec.voltstack_cluster.global_network_list.global_network_connections",
|
|
258
|
+
"spec.voltstack_cluster.k8s_cluster.name",
|
|
259
|
+
"spec.voltstack_cluster.outside_static_routes.static_route_list",
|
|
260
|
+
"spec.voltstack_cluster_ar.active_enhanced_firewall_policies.enhanced_firewall_policies",
|
|
261
|
+
"spec.voltstack_cluster_ar.active_forward_proxy_policies.forward_proxy_policies",
|
|
262
|
+
"spec.voltstack_cluster_ar.active_network_policies.network_policies",
|
|
263
|
+
"spec.voltstack_cluster_ar.azure_certified_hw",
|
|
264
|
+
"spec.voltstack_cluster_ar.dc_cluster_group.name",
|
|
265
|
+
"spec.voltstack_cluster_ar.global_network_list.global_network_connections",
|
|
266
|
+
"spec.voltstack_cluster_ar.k8s_cluster.name",
|
|
267
|
+
"spec.voltstack_cluster_ar.node.fault_domain",
|
|
268
|
+
"spec.voltstack_cluster_ar.node.local_subnet.subnet.subnet_name",
|
|
269
|
+
"spec.voltstack_cluster_ar.node.local_subnet.subnet_param.ipv4",
|
|
270
|
+
"spec.voltstack_cluster_ar.node.node_number",
|
|
271
|
+
"spec.voltstack_cluster_ar.node.update_domain",
|
|
272
|
+
"spec.voltstack_cluster_ar.outside_static_routes.static_route_list",
|
|
273
|
+
],
|
|
274
|
+
fieldConflicts: {
|
|
275
|
+
"spec.admin_password.blindfold_secret_info": ["clear_secret_info"],
|
|
276
|
+
"spec.admin_password.clear_secret_info": ["blindfold_secret_info"],
|
|
277
|
+
"spec.alternate_region": ["azure_region"],
|
|
278
|
+
"spec.azure_region": ["alternate_region"],
|
|
279
|
+
"spec.block_all_services": ["blocked_services", "default_blocked_services"],
|
|
280
|
+
"spec.blocked_services": ["block_all_services", "default_blocked_services"],
|
|
281
|
+
"spec.default_blocked_services": ["block_all_services", "blocked_services"],
|
|
282
|
+
"spec.disable_encryption": ["enable_encryption"],
|
|
283
|
+
"spec.enable_encryption": ["disable_encryption"],
|
|
284
|
+
"spec.ingress_egress_gw": [
|
|
285
|
+
"ingress_egress_gw_ar",
|
|
286
|
+
"ingress_gw",
|
|
287
|
+
"ingress_gw_ar",
|
|
288
|
+
"voltstack_cluster",
|
|
289
|
+
"voltstack_cluster_ar",
|
|
290
|
+
],
|
|
291
|
+
"spec.ingress_egress_gw.accelerated_networking.disable": ["enable"],
|
|
292
|
+
"spec.ingress_egress_gw.accelerated_networking.enable": ["disable"],
|
|
293
|
+
"spec.ingress_egress_gw.active_enhanced_firewall_policies": ["active_network_policies", "no_network_policy"],
|
|
294
|
+
"spec.ingress_egress_gw.active_forward_proxy_policies": ["forward_proxy_allow_all", "no_forward_proxy"],
|
|
295
|
+
"spec.ingress_egress_gw.active_network_policies": ["active_enhanced_firewall_policies", "no_network_policy"],
|
|
296
|
+
"spec.ingress_egress_gw.dc_cluster_group_inside_vn": ["dc_cluster_group_outside_vn", "no_dc_cluster_group"],
|
|
297
|
+
"spec.ingress_egress_gw.dc_cluster_group_outside_vn": ["dc_cluster_group_inside_vn", "no_dc_cluster_group"],
|
|
298
|
+
"spec.ingress_egress_gw.forward_proxy_allow_all": ["active_forward_proxy_policies", "no_forward_proxy"],
|
|
299
|
+
"spec.ingress_egress_gw.global_network_list": ["no_global_network"],
|
|
300
|
+
"spec.ingress_egress_gw.hub": ["not_hub"],
|
|
301
|
+
"spec.ingress_egress_gw.hub.express_route_disabled": ["express_route_enabled"],
|
|
302
|
+
"spec.ingress_egress_gw.hub.express_route_enabled": ["express_route_disabled"],
|
|
303
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.advertise_to_route_server": [
|
|
304
|
+
"do_not_advertise_to_route_server",
|
|
305
|
+
],
|
|
306
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.auto_asn": ["custom_asn"],
|
|
307
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.custom_asn": ["auto_asn"],
|
|
308
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.do_not_advertise_to_route_server": [
|
|
309
|
+
"advertise_to_route_server",
|
|
310
|
+
],
|
|
311
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.gateway_subnet.auto": ["subnet", "subnet_param"],
|
|
312
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.gateway_subnet.subnet": ["auto", "subnet_param"],
|
|
313
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.gateway_subnet.subnet_param": ["auto", "subnet"],
|
|
314
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.route_server_subnet.auto": ["subnet", "subnet_param"],
|
|
315
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.route_server_subnet.subnet": ["auto", "subnet_param"],
|
|
316
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.route_server_subnet.subnet_param": ["auto", "subnet"],
|
|
317
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.site_registration_over_express_route": [
|
|
318
|
+
"site_registration_over_internet",
|
|
319
|
+
],
|
|
320
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.site_registration_over_internet": [
|
|
321
|
+
"site_registration_over_express_route",
|
|
322
|
+
],
|
|
323
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.sku_ergw1az": [
|
|
324
|
+
"sku_ergw2az",
|
|
325
|
+
"sku_high_perf",
|
|
326
|
+
"sku_standard",
|
|
327
|
+
],
|
|
328
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.sku_ergw2az": [
|
|
329
|
+
"sku_ergw1az",
|
|
330
|
+
"sku_high_perf",
|
|
331
|
+
"sku_standard",
|
|
332
|
+
],
|
|
333
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.sku_high_perf": [
|
|
334
|
+
"sku_ergw1az",
|
|
335
|
+
"sku_ergw2az",
|
|
336
|
+
"sku_standard",
|
|
337
|
+
],
|
|
338
|
+
"spec.ingress_egress_gw.hub.express_route_enabled.sku_standard": [
|
|
339
|
+
"sku_ergw1az",
|
|
340
|
+
"sku_ergw2az",
|
|
341
|
+
"sku_high_perf",
|
|
342
|
+
],
|
|
343
|
+
"spec.ingress_egress_gw.inside_static_routes": ["no_inside_static_routes"],
|
|
344
|
+
"spec.ingress_egress_gw.no_dc_cluster_group": ["dc_cluster_group_inside_vn", "dc_cluster_group_outside_vn"],
|
|
345
|
+
"spec.ingress_egress_gw.no_forward_proxy": ["active_forward_proxy_policies", "forward_proxy_allow_all"],
|
|
346
|
+
"spec.ingress_egress_gw.no_global_network": ["global_network_list"],
|
|
347
|
+
"spec.ingress_egress_gw.no_inside_static_routes": ["inside_static_routes"],
|
|
348
|
+
"spec.ingress_egress_gw.no_network_policy": ["active_enhanced_firewall_policies", "active_network_policies"],
|
|
349
|
+
"spec.ingress_egress_gw.no_outside_static_routes": ["outside_static_routes"],
|
|
350
|
+
"spec.ingress_egress_gw.not_hub": ["hub"],
|
|
351
|
+
"spec.ingress_egress_gw.outside_static_routes": ["no_outside_static_routes"],
|
|
352
|
+
"spec.ingress_egress_gw.performance_enhancement_mode.perf_mode_l3_enhanced": ["perf_mode_l7_enhanced"],
|
|
353
|
+
"spec.ingress_egress_gw.performance_enhancement_mode.perf_mode_l3_enhanced.jumbo": ["no_jumbo"],
|
|
354
|
+
"spec.ingress_egress_gw.performance_enhancement_mode.perf_mode_l3_enhanced.no_jumbo": ["jumbo"],
|
|
355
|
+
"spec.ingress_egress_gw.performance_enhancement_mode.perf_mode_l7_enhanced": ["perf_mode_l3_enhanced"],
|
|
356
|
+
"spec.ingress_egress_gw.sm_connection_public_ip": ["sm_connection_pvt_ip"],
|
|
357
|
+
"spec.ingress_egress_gw.sm_connection_pvt_ip": ["sm_connection_public_ip"],
|
|
358
|
+
"spec.ingress_egress_gw_ar": [
|
|
359
|
+
"ingress_egress_gw",
|
|
360
|
+
"ingress_gw",
|
|
361
|
+
"ingress_gw_ar",
|
|
362
|
+
"voltstack_cluster",
|
|
363
|
+
"voltstack_cluster_ar",
|
|
364
|
+
],
|
|
365
|
+
"spec.ingress_egress_gw_ar.accelerated_networking.disable": ["enable"],
|
|
366
|
+
"spec.ingress_egress_gw_ar.accelerated_networking.enable": ["disable"],
|
|
367
|
+
"spec.ingress_egress_gw_ar.active_enhanced_firewall_policies": [
|
|
368
|
+
"active_network_policies",
|
|
369
|
+
"no_network_policy",
|
|
370
|
+
],
|
|
371
|
+
"spec.ingress_egress_gw_ar.active_forward_proxy_policies": ["forward_proxy_allow_all", "no_forward_proxy"],
|
|
372
|
+
"spec.ingress_egress_gw_ar.active_network_policies": [
|
|
373
|
+
"active_enhanced_firewall_policies",
|
|
374
|
+
"no_network_policy",
|
|
375
|
+
],
|
|
376
|
+
"spec.ingress_egress_gw_ar.dc_cluster_group_inside_vn": ["dc_cluster_group_outside_vn", "no_dc_cluster_group"],
|
|
377
|
+
"spec.ingress_egress_gw_ar.dc_cluster_group_outside_vn": ["dc_cluster_group_inside_vn", "no_dc_cluster_group"],
|
|
378
|
+
"spec.ingress_egress_gw_ar.forward_proxy_allow_all": ["active_forward_proxy_policies", "no_forward_proxy"],
|
|
379
|
+
"spec.ingress_egress_gw_ar.global_network_list": ["no_global_network"],
|
|
380
|
+
"spec.ingress_egress_gw_ar.hub": ["not_hub"],
|
|
381
|
+
"spec.ingress_egress_gw_ar.hub.express_route_disabled": ["express_route_enabled"],
|
|
382
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled": ["express_route_disabled"],
|
|
383
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.advertise_to_route_server": [
|
|
384
|
+
"do_not_advertise_to_route_server",
|
|
385
|
+
],
|
|
386
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.auto_asn": ["custom_asn"],
|
|
387
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.custom_asn": ["auto_asn"],
|
|
388
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.do_not_advertise_to_route_server": [
|
|
389
|
+
"advertise_to_route_server",
|
|
390
|
+
],
|
|
391
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.gateway_subnet.auto": ["subnet", "subnet_param"],
|
|
392
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.gateway_subnet.subnet": ["auto", "subnet_param"],
|
|
393
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.gateway_subnet.subnet_param": ["auto", "subnet"],
|
|
394
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.route_server_subnet.auto": ["subnet", "subnet_param"],
|
|
395
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.route_server_subnet.subnet": ["auto", "subnet_param"],
|
|
396
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.route_server_subnet.subnet_param": ["auto", "subnet"],
|
|
397
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.site_registration_over_express_route": [
|
|
398
|
+
"site_registration_over_internet",
|
|
399
|
+
],
|
|
400
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.site_registration_over_internet": [
|
|
401
|
+
"site_registration_over_express_route",
|
|
402
|
+
],
|
|
403
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.sku_ergw1az": [
|
|
404
|
+
"sku_ergw2az",
|
|
405
|
+
"sku_high_perf",
|
|
406
|
+
"sku_standard",
|
|
407
|
+
],
|
|
408
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.sku_ergw2az": [
|
|
409
|
+
"sku_ergw1az",
|
|
410
|
+
"sku_high_perf",
|
|
411
|
+
"sku_standard",
|
|
412
|
+
],
|
|
413
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.sku_high_perf": [
|
|
414
|
+
"sku_ergw1az",
|
|
415
|
+
"sku_ergw2az",
|
|
416
|
+
"sku_standard",
|
|
417
|
+
],
|
|
418
|
+
"spec.ingress_egress_gw_ar.hub.express_route_enabled.sku_standard": [
|
|
419
|
+
"sku_ergw1az",
|
|
420
|
+
"sku_ergw2az",
|
|
421
|
+
"sku_high_perf",
|
|
422
|
+
],
|
|
423
|
+
"spec.ingress_egress_gw_ar.inside_static_routes": ["no_inside_static_routes"],
|
|
424
|
+
"spec.ingress_egress_gw_ar.no_dc_cluster_group": ["dc_cluster_group_inside_vn", "dc_cluster_group_outside_vn"],
|
|
425
|
+
"spec.ingress_egress_gw_ar.no_forward_proxy": ["active_forward_proxy_policies", "forward_proxy_allow_all"],
|
|
426
|
+
"spec.ingress_egress_gw_ar.no_global_network": ["global_network_list"],
|
|
427
|
+
"spec.ingress_egress_gw_ar.no_inside_static_routes": ["inside_static_routes"],
|
|
428
|
+
"spec.ingress_egress_gw_ar.no_network_policy": [
|
|
429
|
+
"active_enhanced_firewall_policies",
|
|
430
|
+
"active_network_policies",
|
|
431
|
+
],
|
|
432
|
+
"spec.ingress_egress_gw_ar.no_outside_static_routes": ["outside_static_routes"],
|
|
433
|
+
"spec.ingress_egress_gw_ar.node.inside_subnet.subnet": ["subnet_param"],
|
|
434
|
+
"spec.ingress_egress_gw_ar.node.inside_subnet.subnet.subnet_resource_grp": ["vnet_resource_group"],
|
|
435
|
+
"spec.ingress_egress_gw_ar.node.inside_subnet.subnet.vnet_resource_group": ["subnet_resource_grp"],
|
|
436
|
+
"spec.ingress_egress_gw_ar.node.inside_subnet.subnet_param": ["subnet"],
|
|
437
|
+
"spec.ingress_egress_gw_ar.node.outside_subnet.subnet": ["subnet_param"],
|
|
438
|
+
"spec.ingress_egress_gw_ar.node.outside_subnet.subnet.subnet_resource_grp": ["vnet_resource_group"],
|
|
439
|
+
"spec.ingress_egress_gw_ar.node.outside_subnet.subnet.vnet_resource_group": ["subnet_resource_grp"],
|
|
440
|
+
"spec.ingress_egress_gw_ar.node.outside_subnet.subnet_param": ["subnet"],
|
|
441
|
+
"spec.ingress_egress_gw_ar.not_hub": ["hub"],
|
|
442
|
+
"spec.ingress_egress_gw_ar.outside_static_routes": ["no_outside_static_routes"],
|
|
443
|
+
"spec.ingress_egress_gw_ar.performance_enhancement_mode.perf_mode_l3_enhanced": ["perf_mode_l7_enhanced"],
|
|
444
|
+
"spec.ingress_egress_gw_ar.performance_enhancement_mode.perf_mode_l3_enhanced.jumbo": ["no_jumbo"],
|
|
445
|
+
"spec.ingress_egress_gw_ar.performance_enhancement_mode.perf_mode_l3_enhanced.no_jumbo": ["jumbo"],
|
|
446
|
+
"spec.ingress_egress_gw_ar.performance_enhancement_mode.perf_mode_l7_enhanced": ["perf_mode_l3_enhanced"],
|
|
447
|
+
"spec.ingress_egress_gw_ar.sm_connection_public_ip": ["sm_connection_pvt_ip"],
|
|
448
|
+
"spec.ingress_egress_gw_ar.sm_connection_pvt_ip": ["sm_connection_public_ip"],
|
|
449
|
+
"spec.ingress_gw": [
|
|
450
|
+
"ingress_egress_gw",
|
|
451
|
+
"ingress_egress_gw_ar",
|
|
452
|
+
"ingress_gw_ar",
|
|
453
|
+
"voltstack_cluster",
|
|
454
|
+
"voltstack_cluster_ar",
|
|
455
|
+
],
|
|
456
|
+
"spec.ingress_gw.accelerated_networking.disable": ["enable"],
|
|
457
|
+
"spec.ingress_gw.accelerated_networking.enable": ["disable"],
|
|
458
|
+
"spec.ingress_gw.performance_enhancement_mode.perf_mode_l3_enhanced": ["perf_mode_l7_enhanced"],
|
|
459
|
+
"spec.ingress_gw.performance_enhancement_mode.perf_mode_l3_enhanced.jumbo": ["no_jumbo"],
|
|
460
|
+
"spec.ingress_gw.performance_enhancement_mode.perf_mode_l3_enhanced.no_jumbo": ["jumbo"],
|
|
461
|
+
"spec.ingress_gw.performance_enhancement_mode.perf_mode_l7_enhanced": ["perf_mode_l3_enhanced"],
|
|
462
|
+
"spec.ingress_gw_ar": [
|
|
463
|
+
"ingress_egress_gw",
|
|
464
|
+
"ingress_egress_gw_ar",
|
|
465
|
+
"ingress_gw",
|
|
466
|
+
"voltstack_cluster",
|
|
467
|
+
"voltstack_cluster_ar",
|
|
468
|
+
],
|
|
469
|
+
"spec.ingress_gw_ar.accelerated_networking.disable": ["enable"],
|
|
470
|
+
"spec.ingress_gw_ar.accelerated_networking.enable": ["disable"],
|
|
471
|
+
"spec.ingress_gw_ar.node.local_subnet.subnet": ["subnet_param"],
|
|
472
|
+
"spec.ingress_gw_ar.node.local_subnet.subnet.subnet_resource_grp": ["vnet_resource_group"],
|
|
473
|
+
"spec.ingress_gw_ar.node.local_subnet.subnet.vnet_resource_group": ["subnet_resource_grp"],
|
|
474
|
+
"spec.ingress_gw_ar.node.local_subnet.subnet_param": ["subnet"],
|
|
475
|
+
"spec.ingress_gw_ar.performance_enhancement_mode.perf_mode_l3_enhanced": ["perf_mode_l7_enhanced"],
|
|
476
|
+
"spec.ingress_gw_ar.performance_enhancement_mode.perf_mode_l3_enhanced.jumbo": ["no_jumbo"],
|
|
477
|
+
"spec.ingress_gw_ar.performance_enhancement_mode.perf_mode_l3_enhanced.no_jumbo": ["jumbo"],
|
|
478
|
+
"spec.ingress_gw_ar.performance_enhancement_mode.perf_mode_l7_enhanced": ["perf_mode_l3_enhanced"],
|
|
479
|
+
"spec.kubernetes_upgrade_drain.disable_upgrade_drain": ["enable_upgrade_drain"],
|
|
480
|
+
"spec.kubernetes_upgrade_drain.enable_upgrade_drain": ["disable_upgrade_drain"],
|
|
481
|
+
"spec.kubernetes_upgrade_drain.enable_upgrade_drain.disable_vega_upgrade_mode": ["enable_vega_upgrade_mode"],
|
|
482
|
+
"spec.kubernetes_upgrade_drain.enable_upgrade_drain.enable_vega_upgrade_mode": ["disable_vega_upgrade_mode"],
|
|
483
|
+
"spec.log_receiver": ["logs_streaming_disabled"],
|
|
484
|
+
"spec.logs_streaming_disabled": ["log_receiver"],
|
|
485
|
+
"spec.no_worker_nodes": ["nodes_per_az", "total_nodes"],
|
|
486
|
+
"spec.nodes_per_az": ["no_worker_nodes", "total_nodes"],
|
|
487
|
+
"spec.offline_survivability_mode.enable_offline_survivability_mode": ["no_offline_survivability_mode"],
|
|
488
|
+
"spec.offline_survivability_mode.no_offline_survivability_mode": ["enable_offline_survivability_mode"],
|
|
489
|
+
"spec.os.default_os_version": ["operating_system_version"],
|
|
490
|
+
"spec.os.operating_system_version": ["default_os_version"],
|
|
491
|
+
"spec.sw.default_sw_version": ["volterra_software_version"],
|
|
492
|
+
"spec.sw.volterra_software_version": ["default_sw_version"],
|
|
493
|
+
"spec.total_nodes": ["no_worker_nodes", "nodes_per_az"],
|
|
494
|
+
"spec.vnet.existing_vnet": ["new_vnet"],
|
|
495
|
+
"spec.vnet.existing_vnet.f5_orchestrated_routing": ["manual_routing"],
|
|
496
|
+
"spec.vnet.existing_vnet.manual_routing": ["f5_orchestrated_routing"],
|
|
497
|
+
"spec.vnet.new_vnet": ["existing_vnet"],
|
|
498
|
+
"spec.vnet.new_vnet.autogenerate": ["name"],
|
|
499
|
+
"spec.vnet.new_vnet.name": ["autogenerate"],
|
|
500
|
+
"spec.voltstack_cluster": [
|
|
501
|
+
"ingress_egress_gw",
|
|
502
|
+
"ingress_egress_gw_ar",
|
|
503
|
+
"ingress_gw",
|
|
504
|
+
"ingress_gw_ar",
|
|
505
|
+
"voltstack_cluster_ar",
|
|
506
|
+
],
|
|
507
|
+
"spec.voltstack_cluster.accelerated_networking.disable": ["enable"],
|
|
508
|
+
"spec.voltstack_cluster.accelerated_networking.enable": ["disable"],
|
|
509
|
+
"spec.voltstack_cluster.active_enhanced_firewall_policies": ["active_network_policies", "no_network_policy"],
|
|
510
|
+
"spec.voltstack_cluster.active_forward_proxy_policies": ["forward_proxy_allow_all", "no_forward_proxy"],
|
|
511
|
+
"spec.voltstack_cluster.active_network_policies": ["active_enhanced_firewall_policies", "no_network_policy"],
|
|
512
|
+
"spec.voltstack_cluster.dc_cluster_group": ["no_dc_cluster_group"],
|
|
513
|
+
"spec.voltstack_cluster.default_storage": ["storage_class_list"],
|
|
514
|
+
"spec.voltstack_cluster.forward_proxy_allow_all": ["active_forward_proxy_policies", "no_forward_proxy"],
|
|
515
|
+
"spec.voltstack_cluster.global_network_list": ["no_global_network"],
|
|
516
|
+
"spec.voltstack_cluster.k8s_cluster": ["no_k8s_cluster"],
|
|
517
|
+
"spec.voltstack_cluster.no_dc_cluster_group": ["dc_cluster_group"],
|
|
518
|
+
"spec.voltstack_cluster.no_forward_proxy": ["active_forward_proxy_policies", "forward_proxy_allow_all"],
|
|
519
|
+
"spec.voltstack_cluster.no_global_network": ["global_network_list"],
|
|
520
|
+
"spec.voltstack_cluster.no_k8s_cluster": ["k8s_cluster"],
|
|
521
|
+
"spec.voltstack_cluster.no_network_policy": ["active_enhanced_firewall_policies", "active_network_policies"],
|
|
522
|
+
"spec.voltstack_cluster.no_outside_static_routes": ["outside_static_routes"],
|
|
523
|
+
"spec.voltstack_cluster.outside_static_routes": ["no_outside_static_routes"],
|
|
524
|
+
"spec.voltstack_cluster.sm_connection_public_ip": ["sm_connection_pvt_ip"],
|
|
525
|
+
"spec.voltstack_cluster.sm_connection_pvt_ip": ["sm_connection_public_ip"],
|
|
526
|
+
"spec.voltstack_cluster.storage_class_list": ["default_storage"],
|
|
527
|
+
"spec.voltstack_cluster_ar": [
|
|
528
|
+
"ingress_egress_gw",
|
|
529
|
+
"ingress_egress_gw_ar",
|
|
530
|
+
"ingress_gw",
|
|
531
|
+
"ingress_gw_ar",
|
|
532
|
+
"voltstack_cluster",
|
|
533
|
+
],
|
|
534
|
+
"spec.voltstack_cluster_ar.accelerated_networking.disable": ["enable"],
|
|
535
|
+
"spec.voltstack_cluster_ar.accelerated_networking.enable": ["disable"],
|
|
536
|
+
"spec.voltstack_cluster_ar.active_enhanced_firewall_policies": [
|
|
537
|
+
"active_network_policies",
|
|
538
|
+
"no_network_policy",
|
|
539
|
+
],
|
|
540
|
+
"spec.voltstack_cluster_ar.active_forward_proxy_policies": ["forward_proxy_allow_all", "no_forward_proxy"],
|
|
541
|
+
"spec.voltstack_cluster_ar.active_network_policies": [
|
|
542
|
+
"active_enhanced_firewall_policies",
|
|
543
|
+
"no_network_policy",
|
|
544
|
+
],
|
|
545
|
+
"spec.voltstack_cluster_ar.dc_cluster_group": ["no_dc_cluster_group"],
|
|
546
|
+
"spec.voltstack_cluster_ar.default_storage": ["storage_class_list"],
|
|
547
|
+
"spec.voltstack_cluster_ar.forward_proxy_allow_all": ["active_forward_proxy_policies", "no_forward_proxy"],
|
|
548
|
+
"spec.voltstack_cluster_ar.global_network_list": ["no_global_network"],
|
|
549
|
+
"spec.voltstack_cluster_ar.k8s_cluster": ["no_k8s_cluster"],
|
|
550
|
+
"spec.voltstack_cluster_ar.no_dc_cluster_group": ["dc_cluster_group"],
|
|
551
|
+
"spec.voltstack_cluster_ar.no_forward_proxy": ["active_forward_proxy_policies", "forward_proxy_allow_all"],
|
|
552
|
+
"spec.voltstack_cluster_ar.no_global_network": ["global_network_list"],
|
|
553
|
+
"spec.voltstack_cluster_ar.no_k8s_cluster": ["k8s_cluster"],
|
|
554
|
+
"spec.voltstack_cluster_ar.no_network_policy": [
|
|
555
|
+
"active_enhanced_firewall_policies",
|
|
556
|
+
"active_network_policies",
|
|
557
|
+
],
|
|
558
|
+
"spec.voltstack_cluster_ar.no_outside_static_routes": ["outside_static_routes"],
|
|
559
|
+
"spec.voltstack_cluster_ar.node.local_subnet.subnet": ["subnet_param"],
|
|
560
|
+
"spec.voltstack_cluster_ar.node.local_subnet.subnet.subnet_resource_grp": ["vnet_resource_group"],
|
|
561
|
+
"spec.voltstack_cluster_ar.node.local_subnet.subnet.vnet_resource_group": ["subnet_resource_grp"],
|
|
562
|
+
"spec.voltstack_cluster_ar.node.local_subnet.subnet_param": ["subnet"],
|
|
563
|
+
"spec.voltstack_cluster_ar.outside_static_routes": ["no_outside_static_routes"],
|
|
564
|
+
"spec.voltstack_cluster_ar.sm_connection_public_ip": ["sm_connection_pvt_ip"],
|
|
565
|
+
"spec.voltstack_cluster_ar.sm_connection_pvt_ip": ["sm_connection_public_ip"],
|
|
566
|
+
"spec.voltstack_cluster_ar.storage_class_list": ["default_storage"],
|
|
567
|
+
},
|
|
568
|
+
},
|
|
569
|
+
certificate: {
|
|
570
|
+
serverDefaultFields: [],
|
|
571
|
+
fieldDefaults: {},
|
|
572
|
+
minimumConfigFields: [
|
|
573
|
+
"spec.certificate_chain.name",
|
|
574
|
+
"spec.certificate_url",
|
|
575
|
+
"spec.custom_hash_algorithms.hash_algorithms",
|
|
576
|
+
"spec.private_key.blindfold_secret_info.location",
|
|
577
|
+
"spec.private_key.clear_secret_info.url",
|
|
578
|
+
],
|
|
579
|
+
fieldConflicts: {
|
|
580
|
+
"spec.custom_hash_algorithms": ["disable_ocsp_stapling", "use_system_defaults"],
|
|
581
|
+
"spec.disable_ocsp_stapling": ["custom_hash_algorithms", "use_system_defaults"],
|
|
582
|
+
"spec.private_key.blindfold_secret_info": ["clear_secret_info"],
|
|
583
|
+
"spec.private_key.clear_secret_info": ["blindfold_secret_info"],
|
|
584
|
+
"spec.use_system_defaults": ["custom_hash_algorithms", "disable_ocsp_stapling"],
|
|
585
|
+
},
|
|
586
|
+
},
|
|
587
|
+
certificate_views: {
|
|
588
|
+
serverDefaultFields: [],
|
|
589
|
+
fieldDefaults: {},
|
|
590
|
+
minimumConfigFields: [
|
|
591
|
+
"spec.certificate_chain.name",
|
|
592
|
+
"spec.certificate_url",
|
|
593
|
+
"spec.custom_hash_algorithms.hash_algorithms",
|
|
594
|
+
"spec.private_key.blindfold_secret_info.location",
|
|
595
|
+
"spec.private_key.clear_secret_info.url",
|
|
596
|
+
],
|
|
597
|
+
fieldConflicts: {
|
|
598
|
+
"spec.custom_hash_algorithms": ["disable_ocsp_stapling", "use_system_defaults"],
|
|
599
|
+
"spec.disable_ocsp_stapling": ["custom_hash_algorithms", "use_system_defaults"],
|
|
600
|
+
"spec.private_key.blindfold_secret_info": ["clear_secret_info"],
|
|
601
|
+
"spec.private_key.clear_secret_info": ["blindfold_secret_info"],
|
|
602
|
+
"spec.use_system_defaults": ["custom_hash_algorithms", "disable_ocsp_stapling"],
|
|
603
|
+
},
|
|
604
|
+
},
|
|
605
|
+
enhanced_firewall_policy: {
|
|
606
|
+
serverDefaultFields: ["spec.allow_all"],
|
|
607
|
+
fieldDefaults: {
|
|
608
|
+
"spec.allow_all": {},
|
|
609
|
+
},
|
|
610
|
+
minimumConfigFields: ["spec.rule_list.rules"],
|
|
611
|
+
fieldConflicts: {
|
|
612
|
+
"spec.allow_all": [
|
|
613
|
+
"allowed_destinations",
|
|
614
|
+
"allowed_sources",
|
|
615
|
+
"denied_destinations",
|
|
616
|
+
"denied_sources",
|
|
617
|
+
"deny_all",
|
|
618
|
+
"rule_list",
|
|
619
|
+
],
|
|
620
|
+
"spec.allowed_destinations": [
|
|
621
|
+
"allow_all",
|
|
622
|
+
"allowed_sources",
|
|
623
|
+
"denied_destinations",
|
|
624
|
+
"denied_sources",
|
|
625
|
+
"deny_all",
|
|
626
|
+
"rule_list",
|
|
627
|
+
],
|
|
628
|
+
"spec.allowed_sources": [
|
|
629
|
+
"allow_all",
|
|
630
|
+
"allowed_destinations",
|
|
631
|
+
"denied_destinations",
|
|
632
|
+
"denied_sources",
|
|
633
|
+
"deny_all",
|
|
634
|
+
"rule_list",
|
|
635
|
+
],
|
|
636
|
+
"spec.denied_destinations": [
|
|
637
|
+
"allow_all",
|
|
638
|
+
"allowed_destinations",
|
|
639
|
+
"allowed_sources",
|
|
640
|
+
"denied_sources",
|
|
641
|
+
"deny_all",
|
|
642
|
+
"rule_list",
|
|
643
|
+
],
|
|
644
|
+
"spec.denied_sources": [
|
|
645
|
+
"allow_all",
|
|
646
|
+
"allowed_destinations",
|
|
647
|
+
"allowed_sources",
|
|
648
|
+
"denied_destinations",
|
|
649
|
+
"deny_all",
|
|
650
|
+
"rule_list",
|
|
651
|
+
],
|
|
652
|
+
"spec.deny_all": [
|
|
653
|
+
"allow_all",
|
|
654
|
+
"allowed_destinations",
|
|
655
|
+
"allowed_sources",
|
|
656
|
+
"denied_destinations",
|
|
657
|
+
"denied_sources",
|
|
658
|
+
"rule_list",
|
|
659
|
+
],
|
|
660
|
+
"spec.rule_list": [
|
|
661
|
+
"allow_all",
|
|
662
|
+
"allowed_destinations",
|
|
663
|
+
"allowed_sources",
|
|
664
|
+
"denied_destinations",
|
|
665
|
+
"denied_sources",
|
|
666
|
+
"deny_all",
|
|
667
|
+
],
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
fast_acl: {
|
|
671
|
+
serverDefaultFields: [],
|
|
672
|
+
fieldDefaults: {},
|
|
673
|
+
minimumConfigFields: ["spec.port"],
|
|
674
|
+
fieldConflicts: {
|
|
675
|
+
"spec.action.policer_action": ["protocol_policer_action", "simple_action"],
|
|
676
|
+
"spec.action.protocol_policer_action": ["policer_action", "simple_action"],
|
|
677
|
+
"spec.action.simple_action": ["policer_action", "protocol_policer_action"],
|
|
678
|
+
"spec.ip_prefix_set": ["prefix"],
|
|
679
|
+
"spec.prefix": ["ip_prefix_set"],
|
|
680
|
+
},
|
|
681
|
+
},
|
|
682
|
+
forward_proxy_policy: {
|
|
683
|
+
serverDefaultFields: [],
|
|
684
|
+
fieldDefaults: {},
|
|
685
|
+
minimumConfigFields: [
|
|
686
|
+
"spec.network_connector.name",
|
|
687
|
+
"spec.proxy_label_selector.expressions",
|
|
688
|
+
"spec.rule_list.rules",
|
|
689
|
+
],
|
|
690
|
+
fieldConflicts: {
|
|
691
|
+
"spec.allow_all": ["allow_list", "deny_list", "rule_list"],
|
|
692
|
+
"spec.allow_list": ["allow_all", "deny_list", "rule_list"],
|
|
693
|
+
"spec.allow_list.default_action_allow": ["default_action_deny", "default_action_next_policy"],
|
|
694
|
+
"spec.allow_list.default_action_deny": ["default_action_allow", "default_action_next_policy"],
|
|
695
|
+
"spec.allow_list.default_action_next_policy": ["default_action_allow", "default_action_deny"],
|
|
696
|
+
"spec.any_proxy": ["drp_http_connect", "network_connector", "proxy_label_selector"],
|
|
697
|
+
"spec.deny_list": ["allow_all", "allow_list", "rule_list"],
|
|
698
|
+
"spec.deny_list.default_action_allow": ["default_action_deny", "default_action_next_policy"],
|
|
699
|
+
"spec.deny_list.default_action_deny": ["default_action_allow", "default_action_next_policy"],
|
|
700
|
+
"spec.deny_list.default_action_next_policy": ["default_action_allow", "default_action_deny"],
|
|
701
|
+
"spec.drp_http_connect": ["any_proxy", "network_connector", "proxy_label_selector"],
|
|
702
|
+
"spec.network_connector": ["any_proxy", "drp_http_connect", "proxy_label_selector"],
|
|
703
|
+
"spec.proxy_label_selector": ["any_proxy", "drp_http_connect", "network_connector"],
|
|
704
|
+
"spec.rule_list": ["allow_all", "allow_list", "deny_list"],
|
|
705
|
+
},
|
|
706
|
+
},
|
|
707
|
+
global_log_receiver: {
|
|
708
|
+
serverDefaultFields: ["spec.ns_current"],
|
|
709
|
+
fieldDefaults: {
|
|
710
|
+
"spec.ns_current": {},
|
|
711
|
+
},
|
|
712
|
+
minimumConfigFields: [
|
|
713
|
+
"spec.aws_cloud_watch_receiver.aws_cred.name",
|
|
714
|
+
"spec.aws_cloud_watch_receiver.aws_region",
|
|
715
|
+
"spec.aws_cloud_watch_receiver.group_name",
|
|
716
|
+
"spec.aws_cloud_watch_receiver.stream_name",
|
|
717
|
+
"spec.azure_event_hubs_receiver.connection_string.blindfold_secret_info.location",
|
|
718
|
+
"spec.azure_event_hubs_receiver.connection_string.clear_secret_info.url",
|
|
719
|
+
"spec.azure_event_hubs_receiver.instance",
|
|
720
|
+
"spec.azure_event_hubs_receiver.namespace",
|
|
721
|
+
"spec.azure_receiver.connection_string.blindfold_secret_info.location",
|
|
722
|
+
"spec.azure_receiver.connection_string.clear_secret_info.url",
|
|
723
|
+
"spec.azure_receiver.container_name",
|
|
724
|
+
"spec.datadog_receiver.datadog_api_key.blindfold_secret_info.location",
|
|
725
|
+
"spec.datadog_receiver.datadog_api_key.clear_secret_info.url",
|
|
726
|
+
"spec.gcp_bucket_receiver.bucket",
|
|
727
|
+
"spec.gcp_bucket_receiver.gcp_cred.name",
|
|
728
|
+
"spec.http_receiver.auth_basic.password.blindfold_secret_info.location",
|
|
729
|
+
"spec.http_receiver.auth_basic.password.clear_secret_info.url",
|
|
730
|
+
"spec.http_receiver.auth_token.token.blindfold_secret_info.location",
|
|
731
|
+
"spec.http_receiver.auth_token.token.clear_secret_info.url",
|
|
732
|
+
"spec.http_receiver.uri",
|
|
733
|
+
"spec.kafka_receiver.bootstrap_servers",
|
|
734
|
+
"spec.kafka_receiver.kafka_topic",
|
|
735
|
+
"spec.new_relic_receiver.api_key.blindfold_secret_info.location",
|
|
736
|
+
"spec.new_relic_receiver.api_key.clear_secret_info.url",
|
|
737
|
+
"spec.ns_list.namespaces",
|
|
738
|
+
"spec.qradar_receiver.uri",
|
|
739
|
+
"spec.s3_receiver.aws_cred.name",
|
|
740
|
+
"spec.s3_receiver.aws_region",
|
|
741
|
+
"spec.s3_receiver.bucket",
|
|
742
|
+
"spec.splunk_receiver.endpoint",
|
|
743
|
+
"spec.splunk_receiver.splunk_hec_token.blindfold_secret_info.location",
|
|
744
|
+
"spec.splunk_receiver.splunk_hec_token.clear_secret_info.url",
|
|
745
|
+
"spec.sumo_logic_receiver.url.blindfold_secret_info.location",
|
|
746
|
+
"spec.sumo_logic_receiver.url.clear_secret_info.url",
|
|
747
|
+
],
|
|
748
|
+
fieldConflicts: {
|
|
749
|
+
"spec.audit_logs": ["dns_logs", "request_logs", "security_events"],
|
|
750
|
+
"spec.aws_cloud_watch_receiver": [
|
|
751
|
+
"azure_event_hubs_receiver",
|
|
752
|
+
"azure_receiver",
|
|
753
|
+
"datadog_receiver",
|
|
754
|
+
"gcp_bucket_receiver",
|
|
755
|
+
"http_receiver",
|
|
756
|
+
"kafka_receiver",
|
|
757
|
+
"new_relic_receiver",
|
|
758
|
+
"qradar_receiver",
|
|
759
|
+
"s3_receiver",
|
|
760
|
+
"splunk_receiver",
|
|
761
|
+
"sumo_logic_receiver",
|
|
762
|
+
],
|
|
763
|
+
"spec.aws_cloud_watch_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
764
|
+
"spec.aws_cloud_watch_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
765
|
+
"spec.aws_cloud_watch_receiver.batch.max_events": ["max_events_disabled"],
|
|
766
|
+
"spec.aws_cloud_watch_receiver.batch.max_events_disabled": ["max_events"],
|
|
767
|
+
"spec.aws_cloud_watch_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
768
|
+
"spec.aws_cloud_watch_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
769
|
+
"spec.aws_cloud_watch_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
770
|
+
"spec.aws_cloud_watch_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
771
|
+
"spec.aws_cloud_watch_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
772
|
+
"spec.azure_event_hubs_receiver": [
|
|
773
|
+
"aws_cloud_watch_receiver",
|
|
774
|
+
"azure_receiver",
|
|
775
|
+
"datadog_receiver",
|
|
776
|
+
"gcp_bucket_receiver",
|
|
777
|
+
"http_receiver",
|
|
778
|
+
"kafka_receiver",
|
|
779
|
+
"new_relic_receiver",
|
|
780
|
+
"qradar_receiver",
|
|
781
|
+
"s3_receiver",
|
|
782
|
+
"splunk_receiver",
|
|
783
|
+
"sumo_logic_receiver",
|
|
784
|
+
],
|
|
785
|
+
"spec.azure_event_hubs_receiver.connection_string.blindfold_secret_info": ["clear_secret_info"],
|
|
786
|
+
"spec.azure_event_hubs_receiver.connection_string.clear_secret_info": ["blindfold_secret_info"],
|
|
787
|
+
"spec.azure_receiver": [
|
|
788
|
+
"aws_cloud_watch_receiver",
|
|
789
|
+
"azure_event_hubs_receiver",
|
|
790
|
+
"datadog_receiver",
|
|
791
|
+
"gcp_bucket_receiver",
|
|
792
|
+
"http_receiver",
|
|
793
|
+
"kafka_receiver",
|
|
794
|
+
"new_relic_receiver",
|
|
795
|
+
"qradar_receiver",
|
|
796
|
+
"s3_receiver",
|
|
797
|
+
"splunk_receiver",
|
|
798
|
+
"sumo_logic_receiver",
|
|
799
|
+
],
|
|
800
|
+
"spec.azure_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
801
|
+
"spec.azure_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
802
|
+
"spec.azure_receiver.batch.max_events": ["max_events_disabled"],
|
|
803
|
+
"spec.azure_receiver.batch.max_events_disabled": ["max_events"],
|
|
804
|
+
"spec.azure_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
805
|
+
"spec.azure_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
806
|
+
"spec.azure_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
807
|
+
"spec.azure_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
808
|
+
"spec.azure_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
809
|
+
"spec.azure_receiver.connection_string.blindfold_secret_info": ["clear_secret_info"],
|
|
810
|
+
"spec.azure_receiver.connection_string.clear_secret_info": ["blindfold_secret_info"],
|
|
811
|
+
"spec.azure_receiver.filename_options.custom_folder": ["log_type_folder", "no_folder"],
|
|
812
|
+
"spec.azure_receiver.filename_options.log_type_folder": ["custom_folder", "no_folder"],
|
|
813
|
+
"spec.azure_receiver.filename_options.no_folder": ["custom_folder", "log_type_folder"],
|
|
814
|
+
"spec.datadog_receiver": [
|
|
815
|
+
"aws_cloud_watch_receiver",
|
|
816
|
+
"azure_event_hubs_receiver",
|
|
817
|
+
"azure_receiver",
|
|
818
|
+
"gcp_bucket_receiver",
|
|
819
|
+
"http_receiver",
|
|
820
|
+
"kafka_receiver",
|
|
821
|
+
"new_relic_receiver",
|
|
822
|
+
"qradar_receiver",
|
|
823
|
+
"s3_receiver",
|
|
824
|
+
"splunk_receiver",
|
|
825
|
+
"sumo_logic_receiver",
|
|
826
|
+
],
|
|
827
|
+
"spec.datadog_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
828
|
+
"spec.datadog_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
829
|
+
"spec.datadog_receiver.batch.max_events": ["max_events_disabled"],
|
|
830
|
+
"spec.datadog_receiver.batch.max_events_disabled": ["max_events"],
|
|
831
|
+
"spec.datadog_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
832
|
+
"spec.datadog_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
833
|
+
"spec.datadog_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
834
|
+
"spec.datadog_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
835
|
+
"spec.datadog_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
836
|
+
"spec.datadog_receiver.datadog_api_key.blindfold_secret_info": ["clear_secret_info"],
|
|
837
|
+
"spec.datadog_receiver.datadog_api_key.clear_secret_info": ["blindfold_secret_info"],
|
|
838
|
+
"spec.datadog_receiver.endpoint": ["site"],
|
|
839
|
+
"spec.datadog_receiver.no_tls": ["use_tls"],
|
|
840
|
+
"spec.datadog_receiver.site": ["endpoint"],
|
|
841
|
+
"spec.datadog_receiver.use_tls": ["no_tls"],
|
|
842
|
+
"spec.datadog_receiver.use_tls.disable_verify_certificate": ["enable_verify_certificate"],
|
|
843
|
+
"spec.datadog_receiver.use_tls.disable_verify_hostname": ["enable_verify_hostname"],
|
|
844
|
+
"spec.datadog_receiver.use_tls.enable_verify_certificate": ["disable_verify_certificate"],
|
|
845
|
+
"spec.datadog_receiver.use_tls.enable_verify_hostname": ["disable_verify_hostname"],
|
|
846
|
+
"spec.datadog_receiver.use_tls.mtls_disabled": ["mtls_enable"],
|
|
847
|
+
"spec.datadog_receiver.use_tls.mtls_enable": ["mtls_disabled"],
|
|
848
|
+
"spec.datadog_receiver.use_tls.mtls_enable.key_url.blindfold_secret_info": ["clear_secret_info"],
|
|
849
|
+
"spec.datadog_receiver.use_tls.mtls_enable.key_url.clear_secret_info": ["blindfold_secret_info"],
|
|
850
|
+
"spec.datadog_receiver.use_tls.no_ca": ["trusted_ca_url"],
|
|
851
|
+
"spec.datadog_receiver.use_tls.trusted_ca_url": ["no_ca"],
|
|
852
|
+
"spec.dns_logs": ["audit_logs", "request_logs", "security_events"],
|
|
853
|
+
"spec.gcp_bucket_receiver": [
|
|
854
|
+
"aws_cloud_watch_receiver",
|
|
855
|
+
"azure_event_hubs_receiver",
|
|
856
|
+
"azure_receiver",
|
|
857
|
+
"datadog_receiver",
|
|
858
|
+
"http_receiver",
|
|
859
|
+
"kafka_receiver",
|
|
860
|
+
"new_relic_receiver",
|
|
861
|
+
"qradar_receiver",
|
|
862
|
+
"s3_receiver",
|
|
863
|
+
"splunk_receiver",
|
|
864
|
+
"sumo_logic_receiver",
|
|
865
|
+
],
|
|
866
|
+
"spec.gcp_bucket_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
867
|
+
"spec.gcp_bucket_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
868
|
+
"spec.gcp_bucket_receiver.batch.max_events": ["max_events_disabled"],
|
|
869
|
+
"spec.gcp_bucket_receiver.batch.max_events_disabled": ["max_events"],
|
|
870
|
+
"spec.gcp_bucket_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
871
|
+
"spec.gcp_bucket_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
872
|
+
"spec.gcp_bucket_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
873
|
+
"spec.gcp_bucket_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
874
|
+
"spec.gcp_bucket_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
875
|
+
"spec.gcp_bucket_receiver.filename_options.custom_folder": ["log_type_folder", "no_folder"],
|
|
876
|
+
"spec.gcp_bucket_receiver.filename_options.log_type_folder": ["custom_folder", "no_folder"],
|
|
877
|
+
"spec.gcp_bucket_receiver.filename_options.no_folder": ["custom_folder", "log_type_folder"],
|
|
878
|
+
"spec.http_receiver": [
|
|
879
|
+
"aws_cloud_watch_receiver",
|
|
880
|
+
"azure_event_hubs_receiver",
|
|
881
|
+
"azure_receiver",
|
|
882
|
+
"datadog_receiver",
|
|
883
|
+
"gcp_bucket_receiver",
|
|
884
|
+
"kafka_receiver",
|
|
885
|
+
"new_relic_receiver",
|
|
886
|
+
"qradar_receiver",
|
|
887
|
+
"s3_receiver",
|
|
888
|
+
"splunk_receiver",
|
|
889
|
+
"sumo_logic_receiver",
|
|
890
|
+
],
|
|
891
|
+
"spec.http_receiver.auth_basic": ["auth_none", "auth_token"],
|
|
892
|
+
"spec.http_receiver.auth_basic.password.blindfold_secret_info": ["clear_secret_info"],
|
|
893
|
+
"spec.http_receiver.auth_basic.password.clear_secret_info": ["blindfold_secret_info"],
|
|
894
|
+
"spec.http_receiver.auth_none": ["auth_basic", "auth_token"],
|
|
895
|
+
"spec.http_receiver.auth_token": ["auth_basic", "auth_none"],
|
|
896
|
+
"spec.http_receiver.auth_token.token.blindfold_secret_info": ["clear_secret_info"],
|
|
897
|
+
"spec.http_receiver.auth_token.token.clear_secret_info": ["blindfold_secret_info"],
|
|
898
|
+
"spec.http_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
899
|
+
"spec.http_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
900
|
+
"spec.http_receiver.batch.max_events": ["max_events_disabled"],
|
|
901
|
+
"spec.http_receiver.batch.max_events_disabled": ["max_events"],
|
|
902
|
+
"spec.http_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
903
|
+
"spec.http_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
904
|
+
"spec.http_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
905
|
+
"spec.http_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
906
|
+
"spec.http_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
907
|
+
"spec.http_receiver.no_tls": ["use_tls"],
|
|
908
|
+
"spec.http_receiver.use_tls": ["no_tls"],
|
|
909
|
+
"spec.http_receiver.use_tls.disable_verify_certificate": ["enable_verify_certificate"],
|
|
910
|
+
"spec.http_receiver.use_tls.disable_verify_hostname": ["enable_verify_hostname"],
|
|
911
|
+
"spec.http_receiver.use_tls.enable_verify_certificate": ["disable_verify_certificate"],
|
|
912
|
+
"spec.http_receiver.use_tls.enable_verify_hostname": ["disable_verify_hostname"],
|
|
913
|
+
"spec.http_receiver.use_tls.mtls_disabled": ["mtls_enable"],
|
|
914
|
+
"spec.http_receiver.use_tls.mtls_enable": ["mtls_disabled"],
|
|
915
|
+
"spec.http_receiver.use_tls.mtls_enable.key_url.blindfold_secret_info": ["clear_secret_info"],
|
|
916
|
+
"spec.http_receiver.use_tls.mtls_enable.key_url.clear_secret_info": ["blindfold_secret_info"],
|
|
917
|
+
"spec.http_receiver.use_tls.no_ca": ["trusted_ca_url"],
|
|
918
|
+
"spec.http_receiver.use_tls.trusted_ca_url": ["no_ca"],
|
|
919
|
+
"spec.kafka_receiver": [
|
|
920
|
+
"aws_cloud_watch_receiver",
|
|
921
|
+
"azure_event_hubs_receiver",
|
|
922
|
+
"azure_receiver",
|
|
923
|
+
"datadog_receiver",
|
|
924
|
+
"gcp_bucket_receiver",
|
|
925
|
+
"http_receiver",
|
|
926
|
+
"new_relic_receiver",
|
|
927
|
+
"qradar_receiver",
|
|
928
|
+
"s3_receiver",
|
|
929
|
+
"splunk_receiver",
|
|
930
|
+
"sumo_logic_receiver",
|
|
931
|
+
],
|
|
932
|
+
"spec.kafka_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
933
|
+
"spec.kafka_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
934
|
+
"spec.kafka_receiver.batch.max_events": ["max_events_disabled"],
|
|
935
|
+
"spec.kafka_receiver.batch.max_events_disabled": ["max_events"],
|
|
936
|
+
"spec.kafka_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
937
|
+
"spec.kafka_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
938
|
+
"spec.kafka_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
939
|
+
"spec.kafka_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
940
|
+
"spec.kafka_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
941
|
+
"spec.kafka_receiver.no_tls": ["use_tls"],
|
|
942
|
+
"spec.kafka_receiver.use_tls": ["no_tls"],
|
|
943
|
+
"spec.kafka_receiver.use_tls.disable_verify_certificate": ["enable_verify_certificate"],
|
|
944
|
+
"spec.kafka_receiver.use_tls.disable_verify_hostname": ["enable_verify_hostname"],
|
|
945
|
+
"spec.kafka_receiver.use_tls.enable_verify_certificate": ["disable_verify_certificate"],
|
|
946
|
+
"spec.kafka_receiver.use_tls.enable_verify_hostname": ["disable_verify_hostname"],
|
|
947
|
+
"spec.kafka_receiver.use_tls.mtls_disabled": ["mtls_enable"],
|
|
948
|
+
"spec.kafka_receiver.use_tls.mtls_enable": ["mtls_disabled"],
|
|
949
|
+
"spec.kafka_receiver.use_tls.mtls_enable.key_url.blindfold_secret_info": ["clear_secret_info"],
|
|
950
|
+
"spec.kafka_receiver.use_tls.mtls_enable.key_url.clear_secret_info": ["blindfold_secret_info"],
|
|
951
|
+
"spec.kafka_receiver.use_tls.no_ca": ["trusted_ca_url"],
|
|
952
|
+
"spec.kafka_receiver.use_tls.trusted_ca_url": ["no_ca"],
|
|
953
|
+
"spec.new_relic_receiver": [
|
|
954
|
+
"aws_cloud_watch_receiver",
|
|
955
|
+
"azure_event_hubs_receiver",
|
|
956
|
+
"azure_receiver",
|
|
957
|
+
"datadog_receiver",
|
|
958
|
+
"gcp_bucket_receiver",
|
|
959
|
+
"http_receiver",
|
|
960
|
+
"kafka_receiver",
|
|
961
|
+
"qradar_receiver",
|
|
962
|
+
"s3_receiver",
|
|
963
|
+
"splunk_receiver",
|
|
964
|
+
"sumo_logic_receiver",
|
|
965
|
+
],
|
|
966
|
+
"spec.new_relic_receiver.api_key.blindfold_secret_info": ["clear_secret_info"],
|
|
967
|
+
"spec.new_relic_receiver.api_key.clear_secret_info": ["blindfold_secret_info"],
|
|
968
|
+
"spec.new_relic_receiver.eu": ["us"],
|
|
969
|
+
"spec.new_relic_receiver.us": ["eu"],
|
|
970
|
+
"spec.ns_all": ["ns_current", "ns_list"],
|
|
971
|
+
"spec.ns_current": ["ns_all", "ns_list"],
|
|
972
|
+
"spec.ns_list": ["ns_all", "ns_current"],
|
|
973
|
+
"spec.qradar_receiver": [
|
|
974
|
+
"aws_cloud_watch_receiver",
|
|
975
|
+
"azure_event_hubs_receiver",
|
|
976
|
+
"azure_receiver",
|
|
977
|
+
"datadog_receiver",
|
|
978
|
+
"gcp_bucket_receiver",
|
|
979
|
+
"http_receiver",
|
|
980
|
+
"kafka_receiver",
|
|
981
|
+
"new_relic_receiver",
|
|
982
|
+
"s3_receiver",
|
|
983
|
+
"splunk_receiver",
|
|
984
|
+
"sumo_logic_receiver",
|
|
985
|
+
],
|
|
986
|
+
"spec.qradar_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
987
|
+
"spec.qradar_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
988
|
+
"spec.qradar_receiver.batch.max_events": ["max_events_disabled"],
|
|
989
|
+
"spec.qradar_receiver.batch.max_events_disabled": ["max_events"],
|
|
990
|
+
"spec.qradar_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
991
|
+
"spec.qradar_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
992
|
+
"spec.qradar_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
993
|
+
"spec.qradar_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
994
|
+
"spec.qradar_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
995
|
+
"spec.qradar_receiver.no_tls": ["use_tls"],
|
|
996
|
+
"spec.qradar_receiver.use_tls": ["no_tls"],
|
|
997
|
+
"spec.qradar_receiver.use_tls.disable_verify_certificate": ["enable_verify_certificate"],
|
|
998
|
+
"spec.qradar_receiver.use_tls.disable_verify_hostname": ["enable_verify_hostname"],
|
|
999
|
+
"spec.qradar_receiver.use_tls.enable_verify_certificate": ["disable_verify_certificate"],
|
|
1000
|
+
"spec.qradar_receiver.use_tls.enable_verify_hostname": ["disable_verify_hostname"],
|
|
1001
|
+
"spec.qradar_receiver.use_tls.mtls_disabled": ["mtls_enable"],
|
|
1002
|
+
"spec.qradar_receiver.use_tls.mtls_enable": ["mtls_disabled"],
|
|
1003
|
+
"spec.qradar_receiver.use_tls.mtls_enable.key_url.blindfold_secret_info": ["clear_secret_info"],
|
|
1004
|
+
"spec.qradar_receiver.use_tls.mtls_enable.key_url.clear_secret_info": ["blindfold_secret_info"],
|
|
1005
|
+
"spec.qradar_receiver.use_tls.no_ca": ["trusted_ca_url"],
|
|
1006
|
+
"spec.qradar_receiver.use_tls.trusted_ca_url": ["no_ca"],
|
|
1007
|
+
"spec.request_logs": ["audit_logs", "dns_logs", "security_events"],
|
|
1008
|
+
"spec.s3_receiver": [
|
|
1009
|
+
"aws_cloud_watch_receiver",
|
|
1010
|
+
"azure_event_hubs_receiver",
|
|
1011
|
+
"azure_receiver",
|
|
1012
|
+
"datadog_receiver",
|
|
1013
|
+
"gcp_bucket_receiver",
|
|
1014
|
+
"http_receiver",
|
|
1015
|
+
"kafka_receiver",
|
|
1016
|
+
"new_relic_receiver",
|
|
1017
|
+
"qradar_receiver",
|
|
1018
|
+
"splunk_receiver",
|
|
1019
|
+
"sumo_logic_receiver",
|
|
1020
|
+
],
|
|
1021
|
+
"spec.s3_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
1022
|
+
"spec.s3_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
1023
|
+
"spec.s3_receiver.batch.max_events": ["max_events_disabled"],
|
|
1024
|
+
"spec.s3_receiver.batch.max_events_disabled": ["max_events"],
|
|
1025
|
+
"spec.s3_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
1026
|
+
"spec.s3_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
1027
|
+
"spec.s3_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
1028
|
+
"spec.s3_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
1029
|
+
"spec.s3_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
1030
|
+
"spec.s3_receiver.filename_options.custom_folder": ["log_type_folder", "no_folder"],
|
|
1031
|
+
"spec.s3_receiver.filename_options.log_type_folder": ["custom_folder", "no_folder"],
|
|
1032
|
+
"spec.s3_receiver.filename_options.no_folder": ["custom_folder", "log_type_folder"],
|
|
1033
|
+
"spec.security_events": ["audit_logs", "dns_logs", "request_logs"],
|
|
1034
|
+
"spec.splunk_receiver": [
|
|
1035
|
+
"aws_cloud_watch_receiver",
|
|
1036
|
+
"azure_event_hubs_receiver",
|
|
1037
|
+
"azure_receiver",
|
|
1038
|
+
"datadog_receiver",
|
|
1039
|
+
"gcp_bucket_receiver",
|
|
1040
|
+
"http_receiver",
|
|
1041
|
+
"kafka_receiver",
|
|
1042
|
+
"new_relic_receiver",
|
|
1043
|
+
"qradar_receiver",
|
|
1044
|
+
"s3_receiver",
|
|
1045
|
+
"sumo_logic_receiver",
|
|
1046
|
+
],
|
|
1047
|
+
"spec.splunk_receiver.batch.max_bytes": ["max_bytes_disabled"],
|
|
1048
|
+
"spec.splunk_receiver.batch.max_bytes_disabled": ["max_bytes"],
|
|
1049
|
+
"spec.splunk_receiver.batch.max_events": ["max_events_disabled"],
|
|
1050
|
+
"spec.splunk_receiver.batch.max_events_disabled": ["max_events"],
|
|
1051
|
+
"spec.splunk_receiver.batch.timeout_seconds": ["timeout_seconds_default"],
|
|
1052
|
+
"spec.splunk_receiver.batch.timeout_seconds_default": ["timeout_seconds"],
|
|
1053
|
+
"spec.splunk_receiver.compression.compression_default": ["compression_gzip", "compression_none"],
|
|
1054
|
+
"spec.splunk_receiver.compression.compression_gzip": ["compression_default", "compression_none"],
|
|
1055
|
+
"spec.splunk_receiver.compression.compression_none": ["compression_default", "compression_gzip"],
|
|
1056
|
+
"spec.splunk_receiver.no_tls": ["use_tls"],
|
|
1057
|
+
"spec.splunk_receiver.splunk_hec_token.blindfold_secret_info": ["clear_secret_info"],
|
|
1058
|
+
"spec.splunk_receiver.splunk_hec_token.clear_secret_info": ["blindfold_secret_info"],
|
|
1059
|
+
"spec.splunk_receiver.use_tls": ["no_tls"],
|
|
1060
|
+
"spec.splunk_receiver.use_tls.disable_verify_certificate": ["enable_verify_certificate"],
|
|
1061
|
+
"spec.splunk_receiver.use_tls.disable_verify_hostname": ["enable_verify_hostname"],
|
|
1062
|
+
"spec.splunk_receiver.use_tls.enable_verify_certificate": ["disable_verify_certificate"],
|
|
1063
|
+
"spec.splunk_receiver.use_tls.enable_verify_hostname": ["disable_verify_hostname"],
|
|
1064
|
+
"spec.splunk_receiver.use_tls.mtls_disabled": ["mtls_enable"],
|
|
1065
|
+
"spec.splunk_receiver.use_tls.mtls_enable": ["mtls_disabled"],
|
|
1066
|
+
"spec.splunk_receiver.use_tls.mtls_enable.key_url.blindfold_secret_info": ["clear_secret_info"],
|
|
1067
|
+
"spec.splunk_receiver.use_tls.mtls_enable.key_url.clear_secret_info": ["blindfold_secret_info"],
|
|
1068
|
+
"spec.splunk_receiver.use_tls.no_ca": ["trusted_ca_url"],
|
|
1069
|
+
"spec.splunk_receiver.use_tls.trusted_ca_url": ["no_ca"],
|
|
1070
|
+
"spec.sumo_logic_receiver": [
|
|
1071
|
+
"aws_cloud_watch_receiver",
|
|
1072
|
+
"azure_event_hubs_receiver",
|
|
1073
|
+
"azure_receiver",
|
|
1074
|
+
"datadog_receiver",
|
|
1075
|
+
"gcp_bucket_receiver",
|
|
1076
|
+
"http_receiver",
|
|
1077
|
+
"kafka_receiver",
|
|
1078
|
+
"new_relic_receiver",
|
|
1079
|
+
"qradar_receiver",
|
|
1080
|
+
"s3_receiver",
|
|
1081
|
+
"splunk_receiver",
|
|
1082
|
+
],
|
|
1083
|
+
"spec.sumo_logic_receiver.url.blindfold_secret_info": ["clear_secret_info"],
|
|
1084
|
+
"spec.sumo_logic_receiver.url.clear_secret_info": ["blindfold_secret_info"],
|
|
1085
|
+
},
|
|
1086
|
+
},
|
|
1087
|
+
healthcheck: {
|
|
1088
|
+
serverDefaultFields: [
|
|
1089
|
+
"spec.http_health_check.expected_response",
|
|
1090
|
+
"spec.http_health_check.expected_status_codes",
|
|
1091
|
+
"spec.http_health_check.headers",
|
|
1092
|
+
"spec.http_health_check.request_headers_to_remove",
|
|
1093
|
+
"spec.http_health_check.use_http2",
|
|
1094
|
+
"spec.http_health_check.use_origin_server_name",
|
|
1095
|
+
"spec.jitter_percent",
|
|
1096
|
+
],
|
|
1097
|
+
fieldDefaults: {
|
|
1098
|
+
"spec.http_health_check.expected_response": "",
|
|
1099
|
+
"spec.http_health_check.expected_status_codes": [],
|
|
1100
|
+
"spec.http_health_check.headers": {},
|
|
1101
|
+
"spec.http_health_check.request_headers_to_remove": [],
|
|
1102
|
+
"spec.http_health_check.use_http2": false,
|
|
1103
|
+
"spec.http_health_check.use_origin_server_name": {},
|
|
1104
|
+
"spec.jitter_percent": 0,
|
|
1105
|
+
},
|
|
1106
|
+
minimumConfigFields: [
|
|
1107
|
+
"spec.healthy_threshold",
|
|
1108
|
+
"spec.http_health_check.path",
|
|
1109
|
+
"spec.interval",
|
|
1110
|
+
"spec.timeout",
|
|
1111
|
+
"spec.unhealthy_threshold",
|
|
1112
|
+
],
|
|
1113
|
+
fieldConflicts: {
|
|
1114
|
+
"spec.http_health_check": ["tcp_health_check", "udp_icmp_health_check"],
|
|
1115
|
+
"spec.http_health_check.host_header": ["use_origin_server_name"],
|
|
1116
|
+
"spec.http_health_check.use_origin_server_name": ["host_header"],
|
|
1117
|
+
"spec.tcp_health_check": ["http_health_check", "udp_icmp_health_check"],
|
|
1118
|
+
"spec.udp_icmp_health_check": ["http_health_check", "tcp_health_check"],
|
|
1119
|
+
},
|
|
1120
|
+
},
|
|
1121
|
+
http_loadbalancer: {
|
|
1122
|
+
serverDefaultFields: [
|
|
1123
|
+
"spec.add_location",
|
|
1124
|
+
"spec.default_pool.advanced_options.auto_http_config",
|
|
1125
|
+
"spec.default_pool.advanced_options.connection_timeout",
|
|
1126
|
+
"spec.default_pool.advanced_options.default_circuit_breaker",
|
|
1127
|
+
"spec.default_pool.advanced_options.disable_outlier_detection",
|
|
1128
|
+
"spec.default_pool.advanced_options.disable_subsets",
|
|
1129
|
+
"spec.default_pool.advanced_options.http_idle_timeout",
|
|
1130
|
+
"spec.default_pool.advanced_options.no_panic_threshold",
|
|
1131
|
+
"spec.default_pool.advanced_options.no_request_limit_per_connection",
|
|
1132
|
+
"spec.default_pool.endpoint_selection",
|
|
1133
|
+
"spec.default_pool.healthcheck",
|
|
1134
|
+
"spec.default_pool.loadbalancer_algorithm",
|
|
1135
|
+
"spec.default_pool.no_tls",
|
|
1136
|
+
"spec.default_pool.same_as_endpoint_port",
|
|
1137
|
+
"spec.default_pool.use_tls.default_session_key_caching",
|
|
1138
|
+
"spec.default_pool.use_tls.no_mtls",
|
|
1139
|
+
"spec.default_pool.use_tls.use_host_header_as_sni",
|
|
1140
|
+
"spec.default_pool.use_tls.volterra_trusted_ca",
|
|
1141
|
+
"spec.default_sensitive_data_policy",
|
|
1142
|
+
"spec.disable_api_definition",
|
|
1143
|
+
"spec.disable_api_discovery",
|
|
1144
|
+
"spec.disable_api_testing",
|
|
1145
|
+
"spec.disable_bot_defense",
|
|
1146
|
+
"spec.disable_ip_reputation",
|
|
1147
|
+
"spec.disable_malicious_user_detection",
|
|
1148
|
+
"spec.disable_malware_protection",
|
|
1149
|
+
"spec.disable_rate_limit",
|
|
1150
|
+
"spec.disable_threat_mesh",
|
|
1151
|
+
"spec.disable_trust_client_ip_headers",
|
|
1152
|
+
"spec.disable_waf",
|
|
1153
|
+
"spec.https_auto_cert.add_hsts",
|
|
1154
|
+
"spec.https_auto_cert.connection_idle_timeout",
|
|
1155
|
+
"spec.https_auto_cert.enable_path_normalize",
|
|
1156
|
+
"spec.https_auto_cert.http_redirect",
|
|
1157
|
+
"spec.https_auto_cert.no_mtls",
|
|
1158
|
+
"spec.l7_ddos_protection",
|
|
1159
|
+
"spec.no_challenge",
|
|
1160
|
+
"spec.rate_limit.no_ip_allowed_list",
|
|
1161
|
+
"spec.rate_limit.no_policies",
|
|
1162
|
+
"spec.rate_limit.rate_limiter.period_multiplier",
|
|
1163
|
+
"spec.round_robin",
|
|
1164
|
+
"spec.service_policies_from_namespace",
|
|
1165
|
+
"spec.user_id_client_ip",
|
|
1166
|
+
],
|
|
1167
|
+
fieldDefaults: {
|
|
1168
|
+
"spec.add_location": false,
|
|
1169
|
+
"spec.default_pool.advanced_options.auto_http_config": {},
|
|
1170
|
+
"spec.default_pool.advanced_options.connection_timeout": 0,
|
|
1171
|
+
"spec.default_pool.advanced_options.default_circuit_breaker": {},
|
|
1172
|
+
"spec.default_pool.advanced_options.disable_outlier_detection": {},
|
|
1173
|
+
"spec.default_pool.advanced_options.disable_subsets": {},
|
|
1174
|
+
"spec.default_pool.advanced_options.http_idle_timeout": 0,
|
|
1175
|
+
"spec.default_pool.advanced_options.no_panic_threshold": {},
|
|
1176
|
+
"spec.default_pool.advanced_options.no_request_limit_per_connection": {},
|
|
1177
|
+
"spec.default_pool.endpoint_selection": "DISTRIBUTED",
|
|
1178
|
+
"spec.default_pool.healthcheck": [],
|
|
1179
|
+
"spec.default_pool.loadbalancer_algorithm": "ROUND_ROBIN",
|
|
1180
|
+
"spec.default_pool.no_tls": {},
|
|
1181
|
+
"spec.default_pool.same_as_endpoint_port": {},
|
|
1182
|
+
"spec.default_pool.use_tls.default_session_key_caching": {},
|
|
1183
|
+
"spec.default_pool.use_tls.no_mtls": {},
|
|
1184
|
+
"spec.default_pool.use_tls.use_host_header_as_sni": {},
|
|
1185
|
+
"spec.default_pool.use_tls.volterra_trusted_ca": {},
|
|
1186
|
+
"spec.default_sensitive_data_policy": {},
|
|
1187
|
+
"spec.disable_api_definition": {},
|
|
1188
|
+
"spec.disable_api_discovery": {},
|
|
1189
|
+
"spec.disable_api_testing": {},
|
|
1190
|
+
"spec.disable_bot_defense": {},
|
|
1191
|
+
"spec.disable_ip_reputation": {},
|
|
1192
|
+
"spec.disable_malicious_user_detection": {},
|
|
1193
|
+
"spec.disable_malware_protection": {},
|
|
1194
|
+
"spec.disable_rate_limit": {},
|
|
1195
|
+
"spec.disable_threat_mesh": {},
|
|
1196
|
+
"spec.disable_trust_client_ip_headers": {},
|
|
1197
|
+
"spec.disable_waf": {},
|
|
1198
|
+
"spec.https_auto_cert.add_hsts": false,
|
|
1199
|
+
"spec.https_auto_cert.connection_idle_timeout": 0,
|
|
1200
|
+
"spec.https_auto_cert.enable_path_normalize": {},
|
|
1201
|
+
"spec.https_auto_cert.http_redirect": false,
|
|
1202
|
+
"spec.https_auto_cert.no_mtls": {},
|
|
1203
|
+
"spec.l7_ddos_protection": {},
|
|
1204
|
+
"spec.no_challenge": {},
|
|
1205
|
+
"spec.rate_limit.no_ip_allowed_list": {},
|
|
1206
|
+
"spec.rate_limit.no_policies": {},
|
|
1207
|
+
"spec.rate_limit.rate_limiter.period_multiplier": 0,
|
|
1208
|
+
"spec.round_robin": {},
|
|
1209
|
+
"spec.service_policies_from_namespace": {},
|
|
1210
|
+
"spec.user_id_client_ip": {},
|
|
1211
|
+
},
|
|
1212
|
+
minimumConfigFields: [
|
|
1213
|
+
"spec.active_service_policies.policies",
|
|
1214
|
+
"spec.advertise_custom.advertise_where",
|
|
1215
|
+
"spec.advertise_on_public.public_ip.name",
|
|
1216
|
+
"spec.api_rate_limit.custom_ip_allowed_list.rate_limiter_allowed_prefixes",
|
|
1217
|
+
"spec.api_specification.api_definition.name",
|
|
1218
|
+
"spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom.open_api_validation_rules",
|
|
1219
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.response_validation_mode_active.response_validation_properties",
|
|
1220
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.validation_mode_active.request_validation_properties",
|
|
1221
|
+
"spec.api_specification.validation_custom_list.fall_through_mode.fall_through_mode_custom.open_api_validation_rules",
|
|
1222
|
+
"spec.api_specification.validation_custom_list.open_api_validation_rules",
|
|
1223
|
+
"spec.api_testing.domains",
|
|
1224
|
+
"spec.app_firewall.name",
|
|
1225
|
+
"spec.bot_defense.policy.js_insertion_rules.rules",
|
|
1226
|
+
"spec.bot_defense.policy.protected_app_endpoints",
|
|
1227
|
+
"spec.bot_defense_advanced.js_insertion_rules.rules",
|
|
1228
|
+
"spec.bot_defense_advanced.mobile.name",
|
|
1229
|
+
"spec.bot_defense_advanced.web.name",
|
|
1230
|
+
"spec.captcha_challenge.cookie_expiry",
|
|
1231
|
+
"spec.client_side_defense.policy.js_insertion_rules.rules",
|
|
1232
|
+
"spec.cookie_stickiness.name",
|
|
1233
|
+
"spec.csrf_policy.custom_domain_list.domains",
|
|
1234
|
+
"spec.default_pool.advanced_options.enable_subsets.endpoint_subsets",
|
|
1235
|
+
"spec.default_pool.origin_servers",
|
|
1236
|
+
"spec.default_pool.use_tls.tls_config.custom_security.cipher_suites",
|
|
1237
|
+
"spec.default_pool.use_tls.use_mtls.tls_certificates",
|
|
1238
|
+
"spec.default_pool.use_tls.use_mtls_obj.name",
|
|
1239
|
+
"spec.default_pool.use_tls.use_server_verification.trusted_ca.name",
|
|
1240
|
+
"spec.default_pool.view_internal.name",
|
|
1241
|
+
"spec.domains",
|
|
1242
|
+
"spec.enable_api_discovery.api_crawler.api_crawler_config.domains",
|
|
1243
|
+
"spec.enable_api_discovery.api_discovery_from_code_scan.code_base_integrations",
|
|
1244
|
+
"spec.enable_api_discovery.custom_api_auth_discovery.api_discovery_ref.name",
|
|
1245
|
+
"spec.enable_api_discovery.discovered_api_settings.purge_duration_for_inactive_discovered_apis",
|
|
1246
|
+
"spec.enable_challenge.captcha_challenge_parameters.cookie_expiry",
|
|
1247
|
+
"spec.enable_challenge.js_challenge_parameters.cookie_expiry",
|
|
1248
|
+
"spec.enable_challenge.js_challenge_parameters.js_script_delay",
|
|
1249
|
+
"spec.enable_challenge.malicious_user_mitigation.name",
|
|
1250
|
+
"spec.enable_ip_reputation.ip_threat_categories",
|
|
1251
|
+
"spec.enable_trust_client_ip_headers.client_ip_headers",
|
|
1252
|
+
"spec.https.tls_cert_params.certificates",
|
|
1253
|
+
"spec.https.tls_cert_params.tls_config.custom_security.cipher_suites",
|
|
1254
|
+
"spec.https.tls_cert_params.use_mtls.crl.name",
|
|
1255
|
+
"spec.https.tls_cert_params.use_mtls.trusted_ca.name",
|
|
1256
|
+
"spec.https.tls_cert_params.use_mtls.xfcc_options.xfcc_header_elements",
|
|
1257
|
+
"spec.https.tls_parameters.tls_certificates",
|
|
1258
|
+
"spec.https.tls_parameters.tls_config.custom_security.cipher_suites",
|
|
1259
|
+
"spec.https.tls_parameters.use_mtls.crl.name",
|
|
1260
|
+
"spec.https.tls_parameters.use_mtls.trusted_ca.name",
|
|
1261
|
+
"spec.https.tls_parameters.use_mtls.xfcc_options.xfcc_header_elements",
|
|
1262
|
+
"spec.https_auto_cert.tls_config.custom_security.cipher_suites",
|
|
1263
|
+
"spec.https_auto_cert.use_mtls.crl.name",
|
|
1264
|
+
"spec.https_auto_cert.use_mtls.trusted_ca.name",
|
|
1265
|
+
"spec.https_auto_cert.use_mtls.xfcc_options.xfcc_header_elements",
|
|
1266
|
+
"spec.js_challenge.cookie_expiry",
|
|
1267
|
+
"spec.js_challenge.js_script_delay",
|
|
1268
|
+
"spec.jwt_validation.authorization_server.authorization_servers",
|
|
1269
|
+
"spec.jwt_validation.reserved_claims.audience.audiences",
|
|
1270
|
+
"spec.jwt_validation.target.api_groups.api_groups",
|
|
1271
|
+
"spec.jwt_validation.target.base_paths.base_paths",
|
|
1272
|
+
"spec.l7_ddos_action_js_challenge.cookie_expiry",
|
|
1273
|
+
"spec.l7_ddos_action_js_challenge.js_script_delay",
|
|
1274
|
+
"spec.l7_ddos_protection.clientside_action_captcha_challenge.cookie_expiry",
|
|
1275
|
+
"spec.l7_ddos_protection.clientside_action_js_challenge.cookie_expiry",
|
|
1276
|
+
"spec.l7_ddos_protection.clientside_action_js_challenge.js_script_delay",
|
|
1277
|
+
"spec.l7_ddos_protection.ddos_policy_custom.name",
|
|
1278
|
+
"spec.l7_ddos_protection.mitigation_captcha_challenge.cookie_expiry",
|
|
1279
|
+
"spec.l7_ddos_protection.mitigation_js_challenge.cookie_expiry",
|
|
1280
|
+
"spec.l7_ddos_protection.mitigation_js_challenge.js_script_delay",
|
|
1281
|
+
"spec.malware_protection_settings.malware_protection_rules",
|
|
1282
|
+
"spec.more_option.compression_params.content_length",
|
|
1283
|
+
"spec.policy_based_challenge.captcha_challenge_parameters.cookie_expiry",
|
|
1284
|
+
"spec.policy_based_challenge.js_challenge_parameters.cookie_expiry",
|
|
1285
|
+
"spec.policy_based_challenge.js_challenge_parameters.js_script_delay",
|
|
1286
|
+
"spec.policy_based_challenge.malicious_user_mitigation.name",
|
|
1287
|
+
"spec.rate_limit.custom_ip_allowed_list.rate_limiter_allowed_prefixes",
|
|
1288
|
+
"spec.rate_limit.policies.policies",
|
|
1289
|
+
"spec.rate_limit.rate_limiter.total_number",
|
|
1290
|
+
"spec.ring_hash.hash_policy",
|
|
1291
|
+
"spec.sensitive_data_policy.sensitive_data_policy_ref.name",
|
|
1292
|
+
"spec.single_lb_app.enable_discovery.api_crawler.api_crawler_config.domains",
|
|
1293
|
+
"spec.single_lb_app.enable_discovery.api_discovery_from_code_scan.code_base_integrations",
|
|
1294
|
+
"spec.single_lb_app.enable_discovery.custom_api_auth_discovery.api_discovery_ref.name",
|
|
1295
|
+
"spec.single_lb_app.enable_discovery.discovered_api_settings.purge_duration_for_inactive_discovered_apis",
|
|
1296
|
+
"spec.slow_ddos_mitigation.request_headers_timeout",
|
|
1297
|
+
"spec.user_identification.name",
|
|
1298
|
+
"spec.waf_exclusion.waf_exclusion_policy.name",
|
|
1299
|
+
],
|
|
1300
|
+
fieldConflicts: {
|
|
1301
|
+
"spec.active_service_policies": ["no_service_policies", "service_policies_from_namespace"],
|
|
1302
|
+
"spec.advertise_custom": ["advertise_on_public", "advertise_on_public_default_vip", "do_not_advertise"],
|
|
1303
|
+
"spec.advertise_on_public": ["advertise_custom", "advertise_on_public_default_vip", "do_not_advertise"],
|
|
1304
|
+
"spec.advertise_on_public_default_vip": ["advertise_custom", "advertise_on_public", "do_not_advertise"],
|
|
1305
|
+
"spec.api_rate_limit": ["disable_rate_limit", "rate_limit"],
|
|
1306
|
+
"spec.api_rate_limit.bypass_rate_limiting_rules": [
|
|
1307
|
+
"custom_ip_allowed_list",
|
|
1308
|
+
"ip_allowed_list",
|
|
1309
|
+
"no_ip_allowed_list",
|
|
1310
|
+
],
|
|
1311
|
+
"spec.api_rate_limit.custom_ip_allowed_list": [
|
|
1312
|
+
"bypass_rate_limiting_rules",
|
|
1313
|
+
"ip_allowed_list",
|
|
1314
|
+
"no_ip_allowed_list",
|
|
1315
|
+
],
|
|
1316
|
+
"spec.api_rate_limit.ip_allowed_list": [
|
|
1317
|
+
"bypass_rate_limiting_rules",
|
|
1318
|
+
"custom_ip_allowed_list",
|
|
1319
|
+
"no_ip_allowed_list",
|
|
1320
|
+
],
|
|
1321
|
+
"spec.api_rate_limit.no_ip_allowed_list": [
|
|
1322
|
+
"bypass_rate_limiting_rules",
|
|
1323
|
+
"custom_ip_allowed_list",
|
|
1324
|
+
"ip_allowed_list",
|
|
1325
|
+
],
|
|
1326
|
+
"spec.api_specification": ["disable_api_definition"],
|
|
1327
|
+
"spec.api_specification.validation_all_spec_endpoints": ["validation_custom_list", "validation_disabled"],
|
|
1328
|
+
"spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_allow": [
|
|
1329
|
+
"fall_through_mode_custom",
|
|
1330
|
+
],
|
|
1331
|
+
"spec.api_specification.validation_all_spec_endpoints.fall_through_mode.fall_through_mode_custom": [
|
|
1332
|
+
"fall_through_mode_allow",
|
|
1333
|
+
],
|
|
1334
|
+
"spec.api_specification.validation_all_spec_endpoints.settings.oversized_body_fail_validation": [
|
|
1335
|
+
"oversized_body_skip_validation",
|
|
1336
|
+
],
|
|
1337
|
+
"spec.api_specification.validation_all_spec_endpoints.settings.oversized_body_skip_validation": [
|
|
1338
|
+
"oversized_body_fail_validation",
|
|
1339
|
+
],
|
|
1340
|
+
"spec.api_specification.validation_all_spec_endpoints.settings.property_validation_settings_custom": [
|
|
1341
|
+
"property_validation_settings_default",
|
|
1342
|
+
],
|
|
1343
|
+
"spec.api_specification.validation_all_spec_endpoints.settings.property_validation_settings_default": [
|
|
1344
|
+
"property_validation_settings_custom",
|
|
1345
|
+
],
|
|
1346
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.response_validation_mode_active": [
|
|
1347
|
+
"skip_response_validation",
|
|
1348
|
+
],
|
|
1349
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.response_validation_mode_active.enforcement_block":
|
|
1350
|
+
["enforcement_report"],
|
|
1351
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.response_validation_mode_active.enforcement_report":
|
|
1352
|
+
["enforcement_block"],
|
|
1353
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.skip_response_validation": [
|
|
1354
|
+
"response_validation_mode_active",
|
|
1355
|
+
],
|
|
1356
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.skip_validation": [
|
|
1357
|
+
"validation_mode_active",
|
|
1358
|
+
],
|
|
1359
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.validation_mode_active": [
|
|
1360
|
+
"skip_validation",
|
|
1361
|
+
],
|
|
1362
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.validation_mode_active.enforcement_block":
|
|
1363
|
+
["enforcement_report"],
|
|
1364
|
+
"spec.api_specification.validation_all_spec_endpoints.validation_mode.validation_mode_active.enforcement_report":
|
|
1365
|
+
["enforcement_block"],
|
|
1366
|
+
"spec.api_specification.validation_custom_list": ["validation_all_spec_endpoints", "validation_disabled"],
|
|
1367
|
+
"spec.api_specification.validation_custom_list.fall_through_mode.fall_through_mode_allow": [
|
|
1368
|
+
"fall_through_mode_custom",
|
|
1369
|
+
],
|
|
1370
|
+
"spec.api_specification.validation_custom_list.fall_through_mode.fall_through_mode_custom": [
|
|
1371
|
+
"fall_through_mode_allow",
|
|
1372
|
+
],
|
|
1373
|
+
"spec.api_specification.validation_custom_list.settings.oversized_body_fail_validation": [
|
|
1374
|
+
"oversized_body_skip_validation",
|
|
1375
|
+
],
|
|
1376
|
+
"spec.api_specification.validation_custom_list.settings.oversized_body_skip_validation": [
|
|
1377
|
+
"oversized_body_fail_validation",
|
|
1378
|
+
],
|
|
1379
|
+
"spec.api_specification.validation_custom_list.settings.property_validation_settings_custom": [
|
|
1380
|
+
"property_validation_settings_default",
|
|
1381
|
+
],
|
|
1382
|
+
"spec.api_specification.validation_custom_list.settings.property_validation_settings_default": [
|
|
1383
|
+
"property_validation_settings_custom",
|
|
1384
|
+
],
|
|
1385
|
+
"spec.api_specification.validation_disabled": ["validation_all_spec_endpoints", "validation_custom_list"],
|
|
1386
|
+
"spec.api_testing": ["disable_api_testing"],
|
|
1387
|
+
"spec.api_testing.every_day": ["every_month", "every_week"],
|
|
1388
|
+
"spec.api_testing.every_month": ["every_day", "every_week"],
|
|
1389
|
+
"spec.api_testing.every_week": ["every_day", "every_month"],
|
|
1390
|
+
"spec.app_firewall": ["disable_waf"],
|
|
1391
|
+
"spec.bot_defense": ["bot_defense_advanced", "disable_bot_defense"],
|
|
1392
|
+
"spec.bot_defense.disable_cors_support": ["enable_cors_support"],
|
|
1393
|
+
"spec.bot_defense.enable_cors_support": ["disable_cors_support"],
|
|
1394
|
+
"spec.bot_defense.policy.disable_js_insert": [
|
|
1395
|
+
"js_insert_all_pages",
|
|
1396
|
+
"js_insert_all_pages_except",
|
|
1397
|
+
"js_insertion_rules",
|
|
1398
|
+
],
|
|
1399
|
+
"spec.bot_defense.policy.disable_mobile_sdk": ["mobile_sdk_config"],
|
|
1400
|
+
"spec.bot_defense.policy.js_insert_all_pages": [
|
|
1401
|
+
"disable_js_insert",
|
|
1402
|
+
"js_insert_all_pages_except",
|
|
1403
|
+
"js_insertion_rules",
|
|
1404
|
+
],
|
|
1405
|
+
"spec.bot_defense.policy.js_insert_all_pages_except": [
|
|
1406
|
+
"disable_js_insert",
|
|
1407
|
+
"js_insert_all_pages",
|
|
1408
|
+
"js_insertion_rules",
|
|
1409
|
+
],
|
|
1410
|
+
"spec.bot_defense.policy.js_insertion_rules": [
|
|
1411
|
+
"disable_js_insert",
|
|
1412
|
+
"js_insert_all_pages",
|
|
1413
|
+
"js_insert_all_pages_except",
|
|
1414
|
+
],
|
|
1415
|
+
"spec.bot_defense.policy.mobile_sdk_config": ["disable_mobile_sdk"],
|
|
1416
|
+
"spec.bot_defense_advanced": ["bot_defense", "disable_bot_defense"],
|
|
1417
|
+
"spec.bot_defense_advanced.disable_js_insert": [
|
|
1418
|
+
"js_insert_all_pages",
|
|
1419
|
+
"js_insert_all_pages_except",
|
|
1420
|
+
"js_insertion_rules",
|
|
1421
|
+
],
|
|
1422
|
+
"spec.bot_defense_advanced.disable_mobile_sdk": ["mobile_sdk_config"],
|
|
1423
|
+
"spec.bot_defense_advanced.js_insert_all_pages": [
|
|
1424
|
+
"disable_js_insert",
|
|
1425
|
+
"js_insert_all_pages_except",
|
|
1426
|
+
"js_insertion_rules",
|
|
1427
|
+
],
|
|
1428
|
+
"spec.bot_defense_advanced.js_insert_all_pages_except": [
|
|
1429
|
+
"disable_js_insert",
|
|
1430
|
+
"js_insert_all_pages",
|
|
1431
|
+
"js_insertion_rules",
|
|
1432
|
+
],
|
|
1433
|
+
"spec.bot_defense_advanced.js_insertion_rules": [
|
|
1434
|
+
"disable_js_insert",
|
|
1435
|
+
"js_insert_all_pages",
|
|
1436
|
+
"js_insert_all_pages_except",
|
|
1437
|
+
],
|
|
1438
|
+
"spec.bot_defense_advanced.mobile_sdk_config": ["disable_mobile_sdk"],
|
|
1439
|
+
"spec.caching_policy": ["disable_caching"],
|
|
1440
|
+
"spec.caching_policy.default_cache_action.cache_disabled": ["cache_ttl_default", "cache_ttl_override"],
|
|
1441
|
+
"spec.caching_policy.default_cache_action.cache_ttl_default": ["cache_disabled", "cache_ttl_override"],
|
|
1442
|
+
"spec.caching_policy.default_cache_action.cache_ttl_override": ["cache_disabled", "cache_ttl_default"],
|
|
1443
|
+
"spec.captcha_challenge": ["enable_challenge", "js_challenge", "no_challenge", "policy_based_challenge"],
|
|
1444
|
+
"spec.client_side_defense": ["disable_client_side_defense"],
|
|
1445
|
+
"spec.client_side_defense.policy.disable_js_insert": [
|
|
1446
|
+
"js_insert_all_pages",
|
|
1447
|
+
"js_insert_all_pages_except",
|
|
1448
|
+
"js_insertion_rules",
|
|
1449
|
+
],
|
|
1450
|
+
"spec.client_side_defense.policy.js_insert_all_pages": [
|
|
1451
|
+
"disable_js_insert",
|
|
1452
|
+
"js_insert_all_pages_except",
|
|
1453
|
+
"js_insertion_rules",
|
|
1454
|
+
],
|
|
1455
|
+
"spec.client_side_defense.policy.js_insert_all_pages_except": [
|
|
1456
|
+
"disable_js_insert",
|
|
1457
|
+
"js_insert_all_pages",
|
|
1458
|
+
"js_insertion_rules",
|
|
1459
|
+
],
|
|
1460
|
+
"spec.client_side_defense.policy.js_insertion_rules": [
|
|
1461
|
+
"disable_js_insert",
|
|
1462
|
+
"js_insert_all_pages",
|
|
1463
|
+
"js_insert_all_pages_except",
|
|
1464
|
+
],
|
|
1465
|
+
"spec.cookie_stickiness": ["least_active", "random", "ring_hash", "round_robin", "source_ip_stickiness"],
|
|
1466
|
+
"spec.cookie_stickiness.add_httponly": ["ignore_httponly"],
|
|
1467
|
+
"spec.cookie_stickiness.add_secure": ["ignore_secure"],
|
|
1468
|
+
"spec.cookie_stickiness.ignore_httponly": ["add_httponly"],
|
|
1469
|
+
"spec.cookie_stickiness.ignore_samesite": ["samesite_lax", "samesite_none", "samesite_strict"],
|
|
1470
|
+
"spec.cookie_stickiness.ignore_secure": ["add_secure"],
|
|
1471
|
+
"spec.cookie_stickiness.samesite_lax": ["ignore_samesite", "samesite_none", "samesite_strict"],
|
|
1472
|
+
"spec.cookie_stickiness.samesite_none": ["ignore_samesite", "samesite_lax", "samesite_strict"],
|
|
1473
|
+
"spec.cookie_stickiness.samesite_strict": ["ignore_samesite", "samesite_lax", "samesite_none"],
|
|
1474
|
+
"spec.csrf_policy.all_load_balancer_domains": ["custom_domain_list", "disabled"],
|
|
1475
|
+
"spec.csrf_policy.custom_domain_list": ["all_load_balancer_domains", "disabled"],
|
|
1476
|
+
"spec.csrf_policy.disabled": ["all_load_balancer_domains", "custom_domain_list"],
|
|
1477
|
+
"spec.default_pool": ["default_pool_list"],
|
|
1478
|
+
"spec.default_pool.advanced_options.auto_http_config": ["http1_config", "http2_options"],
|
|
1479
|
+
"spec.default_pool.advanced_options.circuit_breaker": ["default_circuit_breaker", "disable_circuit_breaker"],
|
|
1480
|
+
"spec.default_pool.advanced_options.default_circuit_breaker": ["circuit_breaker", "disable_circuit_breaker"],
|
|
1481
|
+
"spec.default_pool.advanced_options.disable_circuit_breaker": ["circuit_breaker", "default_circuit_breaker"],
|
|
1482
|
+
"spec.default_pool.advanced_options.disable_lb_source_ip_persistance": ["enable_lb_source_ip_persistance"],
|
|
1483
|
+
"spec.default_pool.advanced_options.disable_outlier_detection": ["outlier_detection"],
|
|
1484
|
+
"spec.default_pool.advanced_options.disable_proxy_protocol": ["proxy_protocol_v1", "proxy_protocol_v2"],
|
|
1485
|
+
"spec.default_pool.advanced_options.disable_subsets": ["enable_subsets"],
|
|
1486
|
+
"spec.default_pool.advanced_options.enable_lb_source_ip_persistance": ["disable_lb_source_ip_persistance"],
|
|
1487
|
+
"spec.default_pool.advanced_options.enable_subsets": ["disable_subsets"],
|
|
1488
|
+
"spec.default_pool.advanced_options.enable_subsets.any_endpoint": ["default_subset", "fail_request"],
|
|
1489
|
+
"spec.default_pool.advanced_options.enable_subsets.default_subset": ["any_endpoint", "fail_request"],
|
|
1490
|
+
"spec.default_pool.advanced_options.enable_subsets.fail_request": ["any_endpoint", "default_subset"],
|
|
1491
|
+
"spec.default_pool.advanced_options.http1_config": ["auto_http_config", "http2_options"],
|
|
1492
|
+
"spec.default_pool.advanced_options.http1_config.header_transformation.default_header_transformation": [
|
|
1493
|
+
"legacy_header_transformation",
|
|
1494
|
+
"preserve_case_header_transformation",
|
|
1495
|
+
"proper_case_header_transformation",
|
|
1496
|
+
],
|
|
1497
|
+
"spec.default_pool.advanced_options.http1_config.header_transformation.legacy_header_transformation": [
|
|
1498
|
+
"default_header_transformation",
|
|
1499
|
+
"preserve_case_header_transformation",
|
|
1500
|
+
"proper_case_header_transformation",
|
|
1501
|
+
],
|
|
1502
|
+
"spec.default_pool.advanced_options.http1_config.header_transformation.preserve_case_header_transformation": [
|
|
1503
|
+
"default_header_transformation",
|
|
1504
|
+
"legacy_header_transformation",
|
|
1505
|
+
"proper_case_header_transformation",
|
|
1506
|
+
],
|
|
1507
|
+
"spec.default_pool.advanced_options.http1_config.header_transformation.proper_case_header_transformation": [
|
|
1508
|
+
"default_header_transformation",
|
|
1509
|
+
"legacy_header_transformation",
|
|
1510
|
+
"preserve_case_header_transformation",
|
|
1511
|
+
],
|
|
1512
|
+
"spec.default_pool.advanced_options.http2_options": ["auto_http_config", "http1_config"],
|
|
1513
|
+
"spec.default_pool.advanced_options.max_requests_per_connection": ["no_request_limit_per_connection"],
|
|
1514
|
+
"spec.default_pool.advanced_options.no_panic_threshold": ["panic_threshold"],
|
|
1515
|
+
"spec.default_pool.advanced_options.no_request_limit_per_connection": ["max_requests_per_connection"],
|
|
1516
|
+
"spec.default_pool.advanced_options.outlier_detection": ["disable_outlier_detection"],
|
|
1517
|
+
"spec.default_pool.advanced_options.panic_threshold": ["no_panic_threshold"],
|
|
1518
|
+
"spec.default_pool.advanced_options.proxy_protocol_v1": ["disable_proxy_protocol", "proxy_protocol_v2"],
|
|
1519
|
+
"spec.default_pool.advanced_options.proxy_protocol_v2": ["disable_proxy_protocol", "proxy_protocol_v1"],
|
|
1520
|
+
"spec.default_pool.automatic_port": ["lb_port", "port"],
|
|
1521
|
+
"spec.default_pool.health_check_port": ["same_as_endpoint_port"],
|
|
1522
|
+
"spec.default_pool.lb_port": ["automatic_port", "port"],
|
|
1523
|
+
"spec.default_pool.no_tls": ["use_tls"],
|
|
1524
|
+
"spec.default_pool.port": ["automatic_port", "lb_port"],
|
|
1525
|
+
"spec.default_pool.same_as_endpoint_port": ["health_check_port"],
|
|
1526
|
+
"spec.default_pool.upstream_conn_pool_reuse_type.disable_conn_pool_reuse": ["enable_conn_pool_reuse"],
|
|
1527
|
+
"spec.default_pool.upstream_conn_pool_reuse_type.enable_conn_pool_reuse": ["disable_conn_pool_reuse"],
|
|
1528
|
+
"spec.default_pool.use_tls": ["no_tls"],
|
|
1529
|
+
"spec.default_pool.use_tls.default_session_key_caching": ["disable_session_key_caching", "max_session_keys"],
|
|
1530
|
+
"spec.default_pool.use_tls.disable_session_key_caching": ["default_session_key_caching", "max_session_keys"],
|
|
1531
|
+
"spec.default_pool.use_tls.disable_sni": ["sni", "use_host_header_as_sni"],
|
|
1532
|
+
"spec.default_pool.use_tls.max_session_keys": ["default_session_key_caching", "disable_session_key_caching"],
|
|
1533
|
+
"spec.default_pool.use_tls.no_mtls": ["use_mtls", "use_mtls_obj"],
|
|
1534
|
+
"spec.default_pool.use_tls.skip_server_verification": ["use_server_verification", "volterra_trusted_ca"],
|
|
1535
|
+
"spec.default_pool.use_tls.sni": ["disable_sni", "use_host_header_as_sni"],
|
|
1536
|
+
"spec.default_pool.use_tls.tls_config.custom_security": [
|
|
1537
|
+
"default_security",
|
|
1538
|
+
"low_security",
|
|
1539
|
+
"medium_security",
|
|
1540
|
+
],
|
|
1541
|
+
"spec.default_pool.use_tls.tls_config.default_security": [
|
|
1542
|
+
"custom_security",
|
|
1543
|
+
"low_security",
|
|
1544
|
+
"medium_security",
|
|
1545
|
+
],
|
|
1546
|
+
"spec.default_pool.use_tls.tls_config.low_security": [
|
|
1547
|
+
"custom_security",
|
|
1548
|
+
"default_security",
|
|
1549
|
+
"medium_security",
|
|
1550
|
+
],
|
|
1551
|
+
"spec.default_pool.use_tls.tls_config.medium_security": [
|
|
1552
|
+
"custom_security",
|
|
1553
|
+
"default_security",
|
|
1554
|
+
"low_security",
|
|
1555
|
+
],
|
|
1556
|
+
"spec.default_pool.use_tls.use_host_header_as_sni": ["disable_sni", "sni"],
|
|
1557
|
+
"spec.default_pool.use_tls.use_mtls": ["no_mtls", "use_mtls_obj"],
|
|
1558
|
+
"spec.default_pool.use_tls.use_mtls_obj": ["no_mtls", "use_mtls"],
|
|
1559
|
+
"spec.default_pool.use_tls.use_server_verification": ["skip_server_verification", "volterra_trusted_ca"],
|
|
1560
|
+
"spec.default_pool.use_tls.use_server_verification.trusted_ca": ["trusted_ca_url"],
|
|
1561
|
+
"spec.default_pool.use_tls.use_server_verification.trusted_ca_url": ["trusted_ca"],
|
|
1562
|
+
"spec.default_pool.use_tls.volterra_trusted_ca": ["skip_server_verification", "use_server_verification"],
|
|
1563
|
+
"spec.default_pool_list": ["default_pool"],
|
|
1564
|
+
"spec.default_sensitive_data_policy": ["sensitive_data_policy"],
|
|
1565
|
+
"spec.disable_api_definition": ["api_specification"],
|
|
1566
|
+
"spec.disable_api_discovery": ["enable_api_discovery"],
|
|
1567
|
+
"spec.disable_api_testing": ["api_testing"],
|
|
1568
|
+
"spec.disable_bot_defense": ["bot_defense", "bot_defense_advanced"],
|
|
1569
|
+
"spec.disable_caching": ["caching_policy"],
|
|
1570
|
+
"spec.disable_client_side_defense": ["client_side_defense"],
|
|
1571
|
+
"spec.disable_ip_reputation": ["enable_ip_reputation"],
|
|
1572
|
+
"spec.disable_malicious_user_detection": ["enable_malicious_user_detection"],
|
|
1573
|
+
"spec.disable_malware_protection": ["malware_protection_settings"],
|
|
1574
|
+
"spec.disable_rate_limit": ["api_rate_limit", "rate_limit"],
|
|
1575
|
+
"spec.disable_threat_mesh": ["enable_threat_mesh"],
|
|
1576
|
+
"spec.disable_trust_client_ip_headers": ["enable_trust_client_ip_headers"],
|
|
1577
|
+
"spec.disable_waf": ["app_firewall"],
|
|
1578
|
+
"spec.do_not_advertise": ["advertise_custom", "advertise_on_public", "advertise_on_public_default_vip"],
|
|
1579
|
+
"spec.enable_api_discovery": ["disable_api_discovery"],
|
|
1580
|
+
"spec.enable_api_discovery.api_crawler.api_crawler_config": ["disable_api_crawler"],
|
|
1581
|
+
"spec.enable_api_discovery.api_crawler.disable_api_crawler": ["api_crawler_config"],
|
|
1582
|
+
"spec.enable_api_discovery.custom_api_auth_discovery": ["default_api_auth_discovery"],
|
|
1583
|
+
"spec.enable_api_discovery.default_api_auth_discovery": ["custom_api_auth_discovery"],
|
|
1584
|
+
"spec.enable_api_discovery.disable_learn_from_redirect_traffic": ["enable_learn_from_redirect_traffic"],
|
|
1585
|
+
"spec.enable_api_discovery.enable_learn_from_redirect_traffic": ["disable_learn_from_redirect_traffic"],
|
|
1586
|
+
"spec.enable_challenge": ["captcha_challenge", "js_challenge", "no_challenge", "policy_based_challenge"],
|
|
1587
|
+
"spec.enable_challenge.captcha_challenge_parameters": ["default_captcha_challenge_parameters"],
|
|
1588
|
+
"spec.enable_challenge.default_captcha_challenge_parameters": ["captcha_challenge_parameters"],
|
|
1589
|
+
"spec.enable_challenge.default_js_challenge_parameters": ["js_challenge_parameters"],
|
|
1590
|
+
"spec.enable_challenge.default_mitigation_settings": ["malicious_user_mitigation"],
|
|
1591
|
+
"spec.enable_challenge.js_challenge_parameters": ["default_js_challenge_parameters"],
|
|
1592
|
+
"spec.enable_challenge.malicious_user_mitigation": ["default_mitigation_settings"],
|
|
1593
|
+
"spec.enable_ip_reputation": ["disable_ip_reputation"],
|
|
1594
|
+
"spec.enable_malicious_user_detection": ["disable_malicious_user_detection"],
|
|
1595
|
+
"spec.enable_threat_mesh": ["disable_threat_mesh"],
|
|
1596
|
+
"spec.enable_trust_client_ip_headers": ["disable_trust_client_ip_headers"],
|
|
1597
|
+
"spec.http": ["https", "https_auto_cert"],
|
|
1598
|
+
"spec.http.port": ["port_ranges"],
|
|
1599
|
+
"spec.http.port_ranges": ["port"],
|
|
1600
|
+
"spec.https": ["http", "https_auto_cert"],
|
|
1601
|
+
"spec.https.append_server_name": ["default_header", "pass_through", "server_name"],
|
|
1602
|
+
"spec.https.coalescing_options.default_coalescing": ["strict_coalescing"],
|
|
1603
|
+
"spec.https.coalescing_options.strict_coalescing": ["default_coalescing"],
|
|
1604
|
+
"spec.https.default_header": ["append_server_name", "pass_through", "server_name"],
|
|
1605
|
+
"spec.https.default_loadbalancer": ["non_default_loadbalancer"],
|
|
1606
|
+
"spec.https.disable_path_normalize": ["enable_path_normalize"],
|
|
1607
|
+
"spec.https.enable_path_normalize": ["disable_path_normalize"],
|
|
1608
|
+
"spec.https.http_protocol_options.http_protocol_enable_v1_only": [
|
|
1609
|
+
"http_protocol_enable_v1_v2",
|
|
1610
|
+
"http_protocol_enable_v2_only",
|
|
1611
|
+
],
|
|
1612
|
+
"spec.https.http_protocol_options.http_protocol_enable_v1_only.header_transformation.default_header_transformation":
|
|
1613
|
+
[
|
|
1614
|
+
"legacy_header_transformation",
|
|
1615
|
+
"preserve_case_header_transformation",
|
|
1616
|
+
"proper_case_header_transformation",
|
|
1617
|
+
],
|
|
1618
|
+
"spec.https.http_protocol_options.http_protocol_enable_v1_only.header_transformation.legacy_header_transformation":
|
|
1619
|
+
[
|
|
1620
|
+
"default_header_transformation",
|
|
1621
|
+
"preserve_case_header_transformation",
|
|
1622
|
+
"proper_case_header_transformation",
|
|
1623
|
+
],
|
|
1624
|
+
"spec.https.http_protocol_options.http_protocol_enable_v1_only.header_transformation.preserve_case_header_transformation":
|
|
1625
|
+
["default_header_transformation", "legacy_header_transformation", "proper_case_header_transformation"],
|
|
1626
|
+
"spec.https.http_protocol_options.http_protocol_enable_v1_only.header_transformation.proper_case_header_transformation":
|
|
1627
|
+
["default_header_transformation", "legacy_header_transformation", "preserve_case_header_transformation"],
|
|
1628
|
+
"spec.https.http_protocol_options.http_protocol_enable_v1_v2": [
|
|
1629
|
+
"http_protocol_enable_v1_only",
|
|
1630
|
+
"http_protocol_enable_v2_only",
|
|
1631
|
+
],
|
|
1632
|
+
"spec.https.http_protocol_options.http_protocol_enable_v2_only": [
|
|
1633
|
+
"http_protocol_enable_v1_only",
|
|
1634
|
+
"http_protocol_enable_v1_v2",
|
|
1635
|
+
],
|
|
1636
|
+
"spec.https.non_default_loadbalancer": ["default_loadbalancer"],
|
|
1637
|
+
"spec.https.pass_through": ["append_server_name", "default_header", "server_name"],
|
|
1638
|
+
"spec.https.port": ["port_ranges"],
|
|
1639
|
+
"spec.https.port_ranges": ["port"],
|
|
1640
|
+
"spec.https.server_name": ["append_server_name", "default_header", "pass_through"],
|
|
1641
|
+
"spec.https.tls_cert_params": ["tls_parameters"],
|
|
1642
|
+
"spec.https.tls_cert_params.no_mtls": ["use_mtls"],
|
|
1643
|
+
"spec.https.tls_cert_params.tls_config.custom_security": [
|
|
1644
|
+
"default_security",
|
|
1645
|
+
"low_security",
|
|
1646
|
+
"medium_security",
|
|
1647
|
+
],
|
|
1648
|
+
"spec.https.tls_cert_params.tls_config.default_security": [
|
|
1649
|
+
"custom_security",
|
|
1650
|
+
"low_security",
|
|
1651
|
+
"medium_security",
|
|
1652
|
+
],
|
|
1653
|
+
"spec.https.tls_cert_params.tls_config.low_security": [
|
|
1654
|
+
"custom_security",
|
|
1655
|
+
"default_security",
|
|
1656
|
+
"medium_security",
|
|
1657
|
+
],
|
|
1658
|
+
"spec.https.tls_cert_params.tls_config.medium_security": [
|
|
1659
|
+
"custom_security",
|
|
1660
|
+
"default_security",
|
|
1661
|
+
"low_security",
|
|
1662
|
+
],
|
|
1663
|
+
"spec.https.tls_cert_params.use_mtls": ["no_mtls"],
|
|
1664
|
+
"spec.https.tls_cert_params.use_mtls.crl": ["no_crl"],
|
|
1665
|
+
"spec.https.tls_cert_params.use_mtls.no_crl": ["crl"],
|
|
1666
|
+
"spec.https.tls_cert_params.use_mtls.trusted_ca": ["trusted_ca_url"],
|
|
1667
|
+
"spec.https.tls_cert_params.use_mtls.trusted_ca_url": ["trusted_ca"],
|
|
1668
|
+
"spec.https.tls_cert_params.use_mtls.xfcc_disabled": ["xfcc_options"],
|
|
1669
|
+
"spec.https.tls_cert_params.use_mtls.xfcc_options": ["xfcc_disabled"],
|
|
1670
|
+
"spec.https.tls_parameters": ["tls_cert_params"],
|
|
1671
|
+
"spec.https.tls_parameters.no_mtls": ["use_mtls"],
|
|
1672
|
+
"spec.https.tls_parameters.tls_config.custom_security": [
|
|
1673
|
+
"default_security",
|
|
1674
|
+
"low_security",
|
|
1675
|
+
"medium_security",
|
|
1676
|
+
],
|
|
1677
|
+
"spec.https.tls_parameters.tls_config.default_security": [
|
|
1678
|
+
"custom_security",
|
|
1679
|
+
"low_security",
|
|
1680
|
+
"medium_security",
|
|
1681
|
+
],
|
|
1682
|
+
"spec.https.tls_parameters.tls_config.low_security": [
|
|
1683
|
+
"custom_security",
|
|
1684
|
+
"default_security",
|
|
1685
|
+
"medium_security",
|
|
1686
|
+
],
|
|
1687
|
+
"spec.https.tls_parameters.tls_config.medium_security": [
|
|
1688
|
+
"custom_security",
|
|
1689
|
+
"default_security",
|
|
1690
|
+
"low_security",
|
|
1691
|
+
],
|
|
1692
|
+
"spec.https.tls_parameters.use_mtls": ["no_mtls"],
|
|
1693
|
+
"spec.https.tls_parameters.use_mtls.crl": ["no_crl"],
|
|
1694
|
+
"spec.https.tls_parameters.use_mtls.no_crl": ["crl"],
|
|
1695
|
+
"spec.https.tls_parameters.use_mtls.trusted_ca": ["trusted_ca_url"],
|
|
1696
|
+
"spec.https.tls_parameters.use_mtls.trusted_ca_url": ["trusted_ca"],
|
|
1697
|
+
"spec.https.tls_parameters.use_mtls.xfcc_disabled": ["xfcc_options"],
|
|
1698
|
+
"spec.https.tls_parameters.use_mtls.xfcc_options": ["xfcc_disabled"],
|
|
1699
|
+
"spec.https_auto_cert": ["http", "https"],
|
|
1700
|
+
"spec.https_auto_cert.append_server_name": ["default_header", "pass_through", "server_name"],
|
|
1701
|
+
"spec.https_auto_cert.coalescing_options.default_coalescing": ["strict_coalescing"],
|
|
1702
|
+
"spec.https_auto_cert.coalescing_options.strict_coalescing": ["default_coalescing"],
|
|
1703
|
+
"spec.https_auto_cert.default_header": ["append_server_name", "pass_through", "server_name"],
|
|
1704
|
+
"spec.https_auto_cert.default_loadbalancer": ["non_default_loadbalancer"],
|
|
1705
|
+
"spec.https_auto_cert.disable_path_normalize": ["enable_path_normalize"],
|
|
1706
|
+
"spec.https_auto_cert.enable_path_normalize": ["disable_path_normalize"],
|
|
1707
|
+
"spec.https_auto_cert.http_protocol_options.http_protocol_enable_v1_only": [
|
|
1708
|
+
"http_protocol_enable_v1_v2",
|
|
1709
|
+
"http_protocol_enable_v2_only",
|
|
1710
|
+
],
|
|
1711
|
+
"spec.https_auto_cert.http_protocol_options.http_protocol_enable_v1_only.header_transformation.default_header_transformation":
|
|
1712
|
+
[
|
|
1713
|
+
"legacy_header_transformation",
|
|
1714
|
+
"preserve_case_header_transformation",
|
|
1715
|
+
"proper_case_header_transformation",
|
|
1716
|
+
],
|
|
1717
|
+
"spec.https_auto_cert.http_protocol_options.http_protocol_enable_v1_only.header_transformation.legacy_header_transformation":
|
|
1718
|
+
[
|
|
1719
|
+
"default_header_transformation",
|
|
1720
|
+
"preserve_case_header_transformation",
|
|
1721
|
+
"proper_case_header_transformation",
|
|
1722
|
+
],
|
|
1723
|
+
"spec.https_auto_cert.http_protocol_options.http_protocol_enable_v1_only.header_transformation.preserve_case_header_transformation":
|
|
1724
|
+
["default_header_transformation", "legacy_header_transformation", "proper_case_header_transformation"],
|
|
1725
|
+
"spec.https_auto_cert.http_protocol_options.http_protocol_enable_v1_only.header_transformation.proper_case_header_transformation":
|
|
1726
|
+
["default_header_transformation", "legacy_header_transformation", "preserve_case_header_transformation"],
|
|
1727
|
+
"spec.https_auto_cert.http_protocol_options.http_protocol_enable_v1_v2": [
|
|
1728
|
+
"http_protocol_enable_v1_only",
|
|
1729
|
+
"http_protocol_enable_v2_only",
|
|
1730
|
+
],
|
|
1731
|
+
"spec.https_auto_cert.http_protocol_options.http_protocol_enable_v2_only": [
|
|
1732
|
+
"http_protocol_enable_v1_only",
|
|
1733
|
+
"http_protocol_enable_v1_v2",
|
|
1734
|
+
],
|
|
1735
|
+
"spec.https_auto_cert.no_mtls": ["use_mtls"],
|
|
1736
|
+
"spec.https_auto_cert.non_default_loadbalancer": ["default_loadbalancer"],
|
|
1737
|
+
"spec.https_auto_cert.pass_through": ["append_server_name", "default_header", "server_name"],
|
|
1738
|
+
"spec.https_auto_cert.port": ["port_ranges"],
|
|
1739
|
+
"spec.https_auto_cert.port_ranges": ["port"],
|
|
1740
|
+
"spec.https_auto_cert.server_name": ["append_server_name", "default_header", "pass_through"],
|
|
1741
|
+
"spec.https_auto_cert.tls_config.custom_security": ["default_security", "low_security", "medium_security"],
|
|
1742
|
+
"spec.https_auto_cert.tls_config.default_security": ["custom_security", "low_security", "medium_security"],
|
|
1743
|
+
"spec.https_auto_cert.tls_config.low_security": ["custom_security", "default_security", "medium_security"],
|
|
1744
|
+
"spec.https_auto_cert.tls_config.medium_security": ["custom_security", "default_security", "low_security"],
|
|
1745
|
+
"spec.https_auto_cert.use_mtls": ["no_mtls"],
|
|
1746
|
+
"spec.https_auto_cert.use_mtls.crl": ["no_crl"],
|
|
1747
|
+
"spec.https_auto_cert.use_mtls.no_crl": ["crl"],
|
|
1748
|
+
"spec.https_auto_cert.use_mtls.trusted_ca": ["trusted_ca_url"],
|
|
1749
|
+
"spec.https_auto_cert.use_mtls.trusted_ca_url": ["trusted_ca"],
|
|
1750
|
+
"spec.https_auto_cert.use_mtls.xfcc_disabled": ["xfcc_options"],
|
|
1751
|
+
"spec.https_auto_cert.use_mtls.xfcc_options": ["xfcc_disabled"],
|
|
1752
|
+
"spec.js_challenge": ["captcha_challenge", "enable_challenge", "no_challenge", "policy_based_challenge"],
|
|
1753
|
+
"spec.jwt_validation.action.block": ["report"],
|
|
1754
|
+
"spec.jwt_validation.action.report": ["block"],
|
|
1755
|
+
"spec.jwt_validation.reserved_claims.audience": ["audience_disable"],
|
|
1756
|
+
"spec.jwt_validation.reserved_claims.audience_disable": ["audience"],
|
|
1757
|
+
"spec.jwt_validation.reserved_claims.issuer": ["issuer_disable"],
|
|
1758
|
+
"spec.jwt_validation.reserved_claims.issuer_disable": ["issuer"],
|
|
1759
|
+
"spec.jwt_validation.reserved_claims.validate_period_disable": ["validate_period_enable"],
|
|
1760
|
+
"spec.jwt_validation.reserved_claims.validate_period_enable": ["validate_period_disable"],
|
|
1761
|
+
"spec.jwt_validation.target.all_endpoint": ["api_groups", "base_paths"],
|
|
1762
|
+
"spec.jwt_validation.target.api_groups": ["all_endpoint", "base_paths"],
|
|
1763
|
+
"spec.jwt_validation.target.base_paths": ["all_endpoint", "api_groups"],
|
|
1764
|
+
"spec.l7_ddos_action_block": ["l7_ddos_action_default", "l7_ddos_action_js_challenge"],
|
|
1765
|
+
"spec.l7_ddos_action_default": ["l7_ddos_action_block", "l7_ddos_action_js_challenge"],
|
|
1766
|
+
"spec.l7_ddos_action_js_challenge": ["l7_ddos_action_block", "l7_ddos_action_default"],
|
|
1767
|
+
"spec.l7_ddos_protection.clientside_action_captcha_challenge": [
|
|
1768
|
+
"clientside_action_js_challenge",
|
|
1769
|
+
"clientside_action_none",
|
|
1770
|
+
],
|
|
1771
|
+
"spec.l7_ddos_protection.clientside_action_js_challenge": [
|
|
1772
|
+
"clientside_action_captcha_challenge",
|
|
1773
|
+
"clientside_action_none",
|
|
1774
|
+
],
|
|
1775
|
+
"spec.l7_ddos_protection.clientside_action_none": [
|
|
1776
|
+
"clientside_action_captcha_challenge",
|
|
1777
|
+
"clientside_action_js_challenge",
|
|
1778
|
+
],
|
|
1779
|
+
"spec.l7_ddos_protection.ddos_policy_custom": ["ddos_policy_none"],
|
|
1780
|
+
"spec.l7_ddos_protection.ddos_policy_none": ["ddos_policy_custom"],
|
|
1781
|
+
"spec.l7_ddos_protection.default_rps_threshold": ["rps_threshold"],
|
|
1782
|
+
"spec.l7_ddos_protection.mitigation_block": ["mitigation_captcha_challenge", "mitigation_js_challenge"],
|
|
1783
|
+
"spec.l7_ddos_protection.mitigation_captcha_challenge": ["mitigation_block", "mitigation_js_challenge"],
|
|
1784
|
+
"spec.l7_ddos_protection.mitigation_js_challenge": ["mitigation_block", "mitigation_captcha_challenge"],
|
|
1785
|
+
"spec.l7_ddos_protection.rps_threshold": ["default_rps_threshold"],
|
|
1786
|
+
"spec.least_active": ["cookie_stickiness", "random", "ring_hash", "round_robin", "source_ip_stickiness"],
|
|
1787
|
+
"spec.malware_protection_settings": ["disable_malware_protection"],
|
|
1788
|
+
"spec.more_option.disable_path_normalize": ["enable_path_normalize"],
|
|
1789
|
+
"spec.more_option.enable_path_normalize": ["disable_path_normalize"],
|
|
1790
|
+
"spec.more_option.max_requests_per_connection": ["no_request_limit_per_connection"],
|
|
1791
|
+
"spec.more_option.no_request_limit_per_connection": ["max_requests_per_connection"],
|
|
1792
|
+
"spec.multi_lb_app": ["single_lb_app"],
|
|
1793
|
+
"spec.no_challenge": ["captcha_challenge", "enable_challenge", "js_challenge", "policy_based_challenge"],
|
|
1794
|
+
"spec.no_service_policies": ["active_service_policies", "service_policies_from_namespace"],
|
|
1795
|
+
"spec.policy_based_challenge": ["captcha_challenge", "enable_challenge", "js_challenge", "no_challenge"],
|
|
1796
|
+
"spec.policy_based_challenge.always_enable_captcha_challenge": ["always_enable_js_challenge", "no_challenge"],
|
|
1797
|
+
"spec.policy_based_challenge.always_enable_js_challenge": ["always_enable_captcha_challenge", "no_challenge"],
|
|
1798
|
+
"spec.policy_based_challenge.captcha_challenge_parameters": ["default_captcha_challenge_parameters"],
|
|
1799
|
+
"spec.policy_based_challenge.default_captcha_challenge_parameters": ["captcha_challenge_parameters"],
|
|
1800
|
+
"spec.policy_based_challenge.default_js_challenge_parameters": ["js_challenge_parameters"],
|
|
1801
|
+
"spec.policy_based_challenge.default_mitigation_settings": ["malicious_user_mitigation"],
|
|
1802
|
+
"spec.policy_based_challenge.default_temporary_blocking_parameters": ["temporary_user_blocking"],
|
|
1803
|
+
"spec.policy_based_challenge.js_challenge_parameters": ["default_js_challenge_parameters"],
|
|
1804
|
+
"spec.policy_based_challenge.malicious_user_mitigation": ["default_mitigation_settings"],
|
|
1805
|
+
"spec.policy_based_challenge.no_challenge": ["always_enable_captcha_challenge", "always_enable_js_challenge"],
|
|
1806
|
+
"spec.policy_based_challenge.temporary_user_blocking": ["default_temporary_blocking_parameters"],
|
|
1807
|
+
"spec.random": ["cookie_stickiness", "least_active", "ring_hash", "round_robin", "source_ip_stickiness"],
|
|
1808
|
+
"spec.rate_limit": ["api_rate_limit", "disable_rate_limit"],
|
|
1809
|
+
"spec.rate_limit.custom_ip_allowed_list": ["ip_allowed_list", "no_ip_allowed_list"],
|
|
1810
|
+
"spec.rate_limit.ip_allowed_list": ["custom_ip_allowed_list", "no_ip_allowed_list"],
|
|
1811
|
+
"spec.rate_limit.no_ip_allowed_list": ["custom_ip_allowed_list", "ip_allowed_list"],
|
|
1812
|
+
"spec.rate_limit.no_policies": ["policies"],
|
|
1813
|
+
"spec.rate_limit.policies": ["no_policies"],
|
|
1814
|
+
"spec.rate_limit.rate_limiter.action_block": ["disabled"],
|
|
1815
|
+
"spec.rate_limit.rate_limiter.action_block.hours": ["minutes", "seconds"],
|
|
1816
|
+
"spec.rate_limit.rate_limiter.action_block.minutes": ["hours", "seconds"],
|
|
1817
|
+
"spec.rate_limit.rate_limiter.action_block.seconds": ["hours", "minutes"],
|
|
1818
|
+
"spec.rate_limit.rate_limiter.disabled": ["action_block"],
|
|
1819
|
+
"spec.rate_limit.rate_limiter.leaky_bucket": ["token_bucket"],
|
|
1820
|
+
"spec.rate_limit.rate_limiter.token_bucket": ["leaky_bucket"],
|
|
1821
|
+
"spec.ring_hash": ["cookie_stickiness", "least_active", "random", "round_robin", "source_ip_stickiness"],
|
|
1822
|
+
"spec.round_robin": ["cookie_stickiness", "least_active", "random", "ring_hash", "source_ip_stickiness"],
|
|
1823
|
+
"spec.sensitive_data_policy": ["default_sensitive_data_policy"],
|
|
1824
|
+
"spec.service_policies_from_namespace": ["active_service_policies", "no_service_policies"],
|
|
1825
|
+
"spec.single_lb_app": ["multi_lb_app"],
|
|
1826
|
+
"spec.single_lb_app.disable_discovery": ["enable_discovery"],
|
|
1827
|
+
"spec.single_lb_app.disable_malicious_user_detection": ["enable_malicious_user_detection"],
|
|
1828
|
+
"spec.single_lb_app.enable_discovery": ["disable_discovery"],
|
|
1829
|
+
"spec.single_lb_app.enable_discovery.api_crawler.api_crawler_config": ["disable_api_crawler"],
|
|
1830
|
+
"spec.single_lb_app.enable_discovery.api_crawler.disable_api_crawler": ["api_crawler_config"],
|
|
1831
|
+
"spec.single_lb_app.enable_discovery.custom_api_auth_discovery": ["default_api_auth_discovery"],
|
|
1832
|
+
"spec.single_lb_app.enable_discovery.default_api_auth_discovery": ["custom_api_auth_discovery"],
|
|
1833
|
+
"spec.single_lb_app.enable_discovery.disable_learn_from_redirect_traffic": [
|
|
1834
|
+
"enable_learn_from_redirect_traffic",
|
|
1835
|
+
],
|
|
1836
|
+
"spec.single_lb_app.enable_discovery.enable_learn_from_redirect_traffic": [
|
|
1837
|
+
"disable_learn_from_redirect_traffic",
|
|
1838
|
+
],
|
|
1839
|
+
"spec.single_lb_app.enable_malicious_user_detection": ["disable_malicious_user_detection"],
|
|
1840
|
+
"spec.slow_ddos_mitigation": ["system_default_timeouts"],
|
|
1841
|
+
"spec.slow_ddos_mitigation.disable_request_timeout": ["request_timeout"],
|
|
1842
|
+
"spec.slow_ddos_mitigation.request_timeout": ["disable_request_timeout"],
|
|
1843
|
+
"spec.source_ip_stickiness": ["cookie_stickiness", "least_active", "random", "ring_hash", "round_robin"],
|
|
1844
|
+
"spec.system_default_timeouts": ["slow_ddos_mitigation"],
|
|
1845
|
+
"spec.user_id_client_ip": ["user_identification"],
|
|
1846
|
+
"spec.user_identification": ["user_id_client_ip"],
|
|
1847
|
+
"spec.waf_exclusion.waf_exclusion_inline_rules": ["waf_exclusion_policy"],
|
|
1848
|
+
"spec.waf_exclusion.waf_exclusion_policy": ["waf_exclusion_inline_rules"],
|
|
1849
|
+
},
|
|
1850
|
+
},
|
|
1851
|
+
k8s_cluster: {
|
|
1852
|
+
serverDefaultFields: [
|
|
1853
|
+
"spec.cluster_scoped_access_deny",
|
|
1854
|
+
"spec.no_cluster_wide_apps",
|
|
1855
|
+
"spec.no_global_access",
|
|
1856
|
+
"spec.no_insecure_registries",
|
|
1857
|
+
"spec.no_local_access",
|
|
1858
|
+
"spec.use_default_cluster_role_bindings",
|
|
1859
|
+
"spec.use_default_cluster_roles",
|
|
1860
|
+
"spec.use_default_psp",
|
|
1861
|
+
"spec.vk8s_namespace_access_deny",
|
|
1862
|
+
],
|
|
1863
|
+
fieldDefaults: {
|
|
1864
|
+
"spec.cluster_scoped_access_deny": {},
|
|
1865
|
+
"spec.no_cluster_wide_apps": {},
|
|
1866
|
+
"spec.no_global_access": {},
|
|
1867
|
+
"spec.no_insecure_registries": {},
|
|
1868
|
+
"spec.no_local_access": {},
|
|
1869
|
+
"spec.use_default_cluster_role_bindings": {},
|
|
1870
|
+
"spec.use_default_cluster_roles": {},
|
|
1871
|
+
"spec.use_default_psp": {},
|
|
1872
|
+
"spec.vk8s_namespace_access_deny": {},
|
|
1873
|
+
},
|
|
1874
|
+
minimumConfigFields: [
|
|
1875
|
+
"spec.cluster_wide_app_list.cluster_wide_apps",
|
|
1876
|
+
"spec.insecure_registry_list.insecure_registries",
|
|
1877
|
+
"spec.local_access_config.local_domain",
|
|
1878
|
+
"spec.use_custom_cluster_role_bindings.cluster_role_bindings",
|
|
1879
|
+
"spec.use_custom_cluster_role_list.cluster_roles",
|
|
1880
|
+
"spec.use_custom_pod_security_admission.name",
|
|
1881
|
+
"spec.use_custom_psp_list.pod_security_policies",
|
|
1882
|
+
],
|
|
1883
|
+
fieldConflicts: {
|
|
1884
|
+
"spec.cluster_scoped_access_deny": ["cluster_scoped_access_permit"],
|
|
1885
|
+
"spec.cluster_scoped_access_permit": ["cluster_scoped_access_deny"],
|
|
1886
|
+
"spec.cluster_wide_app_list": ["no_cluster_wide_apps"],
|
|
1887
|
+
"spec.global_access_enable": ["no_global_access"],
|
|
1888
|
+
"spec.insecure_registry_list": ["no_insecure_registries"],
|
|
1889
|
+
"spec.local_access_config": ["no_local_access"],
|
|
1890
|
+
"spec.local_access_config.default_port": ["port"],
|
|
1891
|
+
"spec.local_access_config.port": ["default_port"],
|
|
1892
|
+
"spec.no_cluster_wide_apps": ["cluster_wide_app_list"],
|
|
1893
|
+
"spec.no_global_access": ["global_access_enable"],
|
|
1894
|
+
"spec.no_insecure_registries": ["insecure_registry_list"],
|
|
1895
|
+
"spec.no_local_access": ["local_access_config"],
|
|
1896
|
+
"spec.use_custom_cluster_role_bindings": ["use_default_cluster_role_bindings"],
|
|
1897
|
+
"spec.use_custom_cluster_role_list": ["use_default_cluster_roles"],
|
|
1898
|
+
"spec.use_custom_pod_security_admission": ["use_default_pod_security_admission"],
|
|
1899
|
+
"spec.use_custom_psp_list": ["use_default_psp"],
|
|
1900
|
+
"spec.use_default_cluster_role_bindings": ["use_custom_cluster_role_bindings"],
|
|
1901
|
+
"spec.use_default_cluster_roles": ["use_custom_cluster_role_list"],
|
|
1902
|
+
"spec.use_default_pod_security_admission": ["use_custom_pod_security_admission"],
|
|
1903
|
+
"spec.use_default_psp": ["use_custom_psp_list"],
|
|
1904
|
+
"spec.vk8s_namespace_access_deny": ["vk8s_namespace_access_permit"],
|
|
1905
|
+
"spec.vk8s_namespace_access_permit": ["vk8s_namespace_access_deny"],
|
|
1906
|
+
},
|
|
1907
|
+
},
|
|
1908
|
+
malicious_user_mitigation: {
|
|
1909
|
+
serverDefaultFields: ["spec.mitigation_type"],
|
|
1910
|
+
fieldDefaults: {
|
|
1911
|
+
"spec.mitigation_type": null,
|
|
1912
|
+
},
|
|
1913
|
+
minimumConfigFields: ["spec.mitigation_type.rules"],
|
|
1914
|
+
fieldConflicts: {},
|
|
1915
|
+
},
|
|
1916
|
+
network_firewall: {
|
|
1917
|
+
serverDefaultFields: [
|
|
1918
|
+
"spec.disable_fast_acl",
|
|
1919
|
+
"spec.disable_forward_proxy_policy",
|
|
1920
|
+
"spec.disable_network_policy",
|
|
1921
|
+
],
|
|
1922
|
+
fieldDefaults: {
|
|
1923
|
+
"spec.disable_fast_acl": {},
|
|
1924
|
+
"spec.disable_forward_proxy_policy": {},
|
|
1925
|
+
"spec.disable_network_policy": {},
|
|
1926
|
+
},
|
|
1927
|
+
minimumConfigFields: [
|
|
1928
|
+
"spec.active_enhanced_firewall_policies.enhanced_firewall_policies",
|
|
1929
|
+
"spec.active_fast_acls.fast_acls",
|
|
1930
|
+
"spec.active_forward_proxy_policies.forward_proxy_policies",
|
|
1931
|
+
"spec.active_network_policies.network_policies",
|
|
1932
|
+
],
|
|
1933
|
+
fieldConflicts: {
|
|
1934
|
+
"spec.active_enhanced_firewall_policies": ["active_network_policies", "disable_network_policy"],
|
|
1935
|
+
"spec.active_fast_acls": ["disable_fast_acl"],
|
|
1936
|
+
"spec.active_forward_proxy_policies": ["disable_forward_proxy_policy"],
|
|
1937
|
+
"spec.active_network_policies": ["active_enhanced_firewall_policies", "disable_network_policy"],
|
|
1938
|
+
"spec.disable_fast_acl": ["active_fast_acls"],
|
|
1939
|
+
"spec.disable_forward_proxy_policy": ["active_forward_proxy_policies"],
|
|
1940
|
+
"spec.disable_network_policy": ["active_enhanced_firewall_policies", "active_network_policies"],
|
|
1941
|
+
},
|
|
1942
|
+
},
|
|
1943
|
+
network_policy: {
|
|
1944
|
+
serverDefaultFields: [],
|
|
1945
|
+
fieldDefaults: {},
|
|
1946
|
+
minimumConfigFields: ["spec.prefix_selector.expressions"],
|
|
1947
|
+
fieldConflicts: {
|
|
1948
|
+
"spec.ip_prefix_set": ["prefix", "prefix_selector"],
|
|
1949
|
+
"spec.prefix": ["ip_prefix_set", "prefix_selector"],
|
|
1950
|
+
"spec.prefix_selector": ["ip_prefix_set", "prefix"],
|
|
1951
|
+
},
|
|
1952
|
+
},
|
|
1953
|
+
origin_pool: {
|
|
1954
|
+
serverDefaultFields: [
|
|
1955
|
+
"spec.advanced_options.auto_http_config",
|
|
1956
|
+
"spec.advanced_options.connection_timeout",
|
|
1957
|
+
"spec.advanced_options.default_circuit_breaker",
|
|
1958
|
+
"spec.advanced_options.disable_outlier_detection",
|
|
1959
|
+
"spec.advanced_options.disable_subsets",
|
|
1960
|
+
"spec.advanced_options.http_idle_timeout",
|
|
1961
|
+
"spec.advanced_options.no_panic_threshold",
|
|
1962
|
+
"spec.advanced_options.no_request_limit_per_connection",
|
|
1963
|
+
"spec.endpoint_selection",
|
|
1964
|
+
"spec.healthcheck",
|
|
1965
|
+
"spec.loadbalancer_algorithm",
|
|
1966
|
+
"spec.no_tls",
|
|
1967
|
+
"spec.same_as_endpoint_port",
|
|
1968
|
+
"spec.use_tls.default_session_key_caching",
|
|
1969
|
+
"spec.use_tls.no_mtls",
|
|
1970
|
+
"spec.use_tls.use_host_header_as_sni",
|
|
1971
|
+
"spec.use_tls.volterra_trusted_ca",
|
|
1972
|
+
],
|
|
1973
|
+
fieldDefaults: {
|
|
1974
|
+
"spec.advanced_options.auto_http_config": {},
|
|
1975
|
+
"spec.advanced_options.connection_timeout": 0,
|
|
1976
|
+
"spec.advanced_options.default_circuit_breaker": {},
|
|
1977
|
+
"spec.advanced_options.disable_outlier_detection": {},
|
|
1978
|
+
"spec.advanced_options.disable_subsets": {},
|
|
1979
|
+
"spec.advanced_options.http_idle_timeout": 0,
|
|
1980
|
+
"spec.advanced_options.no_panic_threshold": {},
|
|
1981
|
+
"spec.advanced_options.no_request_limit_per_connection": {},
|
|
1982
|
+
"spec.endpoint_selection": "DISTRIBUTED",
|
|
1983
|
+
"spec.healthcheck": [],
|
|
1984
|
+
"spec.loadbalancer_algorithm": "ROUND_ROBIN",
|
|
1985
|
+
"spec.no_tls": {},
|
|
1986
|
+
"spec.same_as_endpoint_port": {},
|
|
1987
|
+
"spec.use_tls.default_session_key_caching": {},
|
|
1988
|
+
"spec.use_tls.no_mtls": {},
|
|
1989
|
+
"spec.use_tls.use_host_header_as_sni": {},
|
|
1990
|
+
"spec.use_tls.volterra_trusted_ca": {},
|
|
1991
|
+
},
|
|
1992
|
+
minimumConfigFields: [
|
|
1993
|
+
"spec.advanced_options.enable_subsets.endpoint_subsets",
|
|
1994
|
+
"spec.origin_servers",
|
|
1995
|
+
"spec.use_tls.tls_config.custom_security.cipher_suites",
|
|
1996
|
+
"spec.use_tls.use_mtls.tls_certificates",
|
|
1997
|
+
"spec.use_tls.use_mtls_obj.name",
|
|
1998
|
+
"spec.use_tls.use_server_verification.trusted_ca.name",
|
|
1999
|
+
"spec.view_internal.name",
|
|
2000
|
+
],
|
|
2001
|
+
fieldConflicts: {
|
|
2002
|
+
"spec.advanced_options.auto_http_config": ["http1_config", "http2_options"],
|
|
2003
|
+
"spec.advanced_options.circuit_breaker": ["default_circuit_breaker", "disable_circuit_breaker"],
|
|
2004
|
+
"spec.advanced_options.default_circuit_breaker": ["circuit_breaker", "disable_circuit_breaker"],
|
|
2005
|
+
"spec.advanced_options.disable_circuit_breaker": ["circuit_breaker", "default_circuit_breaker"],
|
|
2006
|
+
"spec.advanced_options.disable_lb_source_ip_persistance": ["enable_lb_source_ip_persistance"],
|
|
2007
|
+
"spec.advanced_options.disable_outlier_detection": ["outlier_detection"],
|
|
2008
|
+
"spec.advanced_options.disable_proxy_protocol": ["proxy_protocol_v1", "proxy_protocol_v2"],
|
|
2009
|
+
"spec.advanced_options.disable_subsets": ["enable_subsets"],
|
|
2010
|
+
"spec.advanced_options.enable_lb_source_ip_persistance": ["disable_lb_source_ip_persistance"],
|
|
2011
|
+
"spec.advanced_options.enable_subsets": ["disable_subsets"],
|
|
2012
|
+
"spec.advanced_options.enable_subsets.any_endpoint": ["default_subset", "fail_request"],
|
|
2013
|
+
"spec.advanced_options.enable_subsets.default_subset": ["any_endpoint", "fail_request"],
|
|
2014
|
+
"spec.advanced_options.enable_subsets.fail_request": ["any_endpoint", "default_subset"],
|
|
2015
|
+
"spec.advanced_options.http1_config": ["auto_http_config", "http2_options"],
|
|
2016
|
+
"spec.advanced_options.http1_config.header_transformation.default_header_transformation": [
|
|
2017
|
+
"legacy_header_transformation",
|
|
2018
|
+
"preserve_case_header_transformation",
|
|
2019
|
+
"proper_case_header_transformation",
|
|
2020
|
+
],
|
|
2021
|
+
"spec.advanced_options.http1_config.header_transformation.legacy_header_transformation": [
|
|
2022
|
+
"default_header_transformation",
|
|
2023
|
+
"preserve_case_header_transformation",
|
|
2024
|
+
"proper_case_header_transformation",
|
|
2025
|
+
],
|
|
2026
|
+
"spec.advanced_options.http1_config.header_transformation.preserve_case_header_transformation": [
|
|
2027
|
+
"default_header_transformation",
|
|
2028
|
+
"legacy_header_transformation",
|
|
2029
|
+
"proper_case_header_transformation",
|
|
2030
|
+
],
|
|
2031
|
+
"spec.advanced_options.http1_config.header_transformation.proper_case_header_transformation": [
|
|
2032
|
+
"default_header_transformation",
|
|
2033
|
+
"legacy_header_transformation",
|
|
2034
|
+
"preserve_case_header_transformation",
|
|
2035
|
+
],
|
|
2036
|
+
"spec.advanced_options.http2_options": ["auto_http_config", "http1_config"],
|
|
2037
|
+
"spec.advanced_options.max_requests_per_connection": ["no_request_limit_per_connection"],
|
|
2038
|
+
"spec.advanced_options.no_panic_threshold": ["panic_threshold"],
|
|
2039
|
+
"spec.advanced_options.no_request_limit_per_connection": ["max_requests_per_connection"],
|
|
2040
|
+
"spec.advanced_options.outlier_detection": ["disable_outlier_detection"],
|
|
2041
|
+
"spec.advanced_options.panic_threshold": ["no_panic_threshold"],
|
|
2042
|
+
"spec.advanced_options.proxy_protocol_v1": ["disable_proxy_protocol", "proxy_protocol_v2"],
|
|
2043
|
+
"spec.advanced_options.proxy_protocol_v2": ["disable_proxy_protocol", "proxy_protocol_v1"],
|
|
2044
|
+
"spec.automatic_port": ["lb_port", "port"],
|
|
2045
|
+
"spec.health_check_port": ["same_as_endpoint_port"],
|
|
2046
|
+
"spec.lb_port": ["automatic_port", "port"],
|
|
2047
|
+
"spec.no_tls": ["use_tls"],
|
|
2048
|
+
"spec.port": ["automatic_port", "lb_port"],
|
|
2049
|
+
"spec.same_as_endpoint_port": ["health_check_port"],
|
|
2050
|
+
"spec.upstream_conn_pool_reuse_type.disable_conn_pool_reuse": ["enable_conn_pool_reuse"],
|
|
2051
|
+
"spec.upstream_conn_pool_reuse_type.enable_conn_pool_reuse": ["disable_conn_pool_reuse"],
|
|
2052
|
+
"spec.use_tls": ["no_tls"],
|
|
2053
|
+
"spec.use_tls.default_session_key_caching": ["disable_session_key_caching", "max_session_keys"],
|
|
2054
|
+
"spec.use_tls.disable_session_key_caching": ["default_session_key_caching", "max_session_keys"],
|
|
2055
|
+
"spec.use_tls.disable_sni": ["sni", "use_host_header_as_sni"],
|
|
2056
|
+
"spec.use_tls.max_session_keys": ["default_session_key_caching", "disable_session_key_caching"],
|
|
2057
|
+
"spec.use_tls.no_mtls": ["use_mtls", "use_mtls_obj"],
|
|
2058
|
+
"spec.use_tls.skip_server_verification": ["use_server_verification", "volterra_trusted_ca"],
|
|
2059
|
+
"spec.use_tls.sni": ["disable_sni", "use_host_header_as_sni"],
|
|
2060
|
+
"spec.use_tls.tls_config.custom_security": ["default_security", "low_security", "medium_security"],
|
|
2061
|
+
"spec.use_tls.tls_config.default_security": ["custom_security", "low_security", "medium_security"],
|
|
2062
|
+
"spec.use_tls.tls_config.low_security": ["custom_security", "default_security", "medium_security"],
|
|
2063
|
+
"spec.use_tls.tls_config.medium_security": ["custom_security", "default_security", "low_security"],
|
|
2064
|
+
"spec.use_tls.use_host_header_as_sni": ["disable_sni", "sni"],
|
|
2065
|
+
"spec.use_tls.use_mtls": ["no_mtls", "use_mtls_obj"],
|
|
2066
|
+
"spec.use_tls.use_mtls_obj": ["no_mtls", "use_mtls"],
|
|
2067
|
+
"spec.use_tls.use_server_verification": ["skip_server_verification", "volterra_trusted_ca"],
|
|
2068
|
+
"spec.use_tls.use_server_verification.trusted_ca": ["trusted_ca_url"],
|
|
2069
|
+
"spec.use_tls.use_server_verification.trusted_ca_url": ["trusted_ca"],
|
|
2070
|
+
"spec.use_tls.volterra_trusted_ca": ["skip_server_verification", "use_server_verification"],
|
|
2071
|
+
},
|
|
2072
|
+
},
|
|
2073
|
+
policer: {
|
|
2074
|
+
serverDefaultFields: ["spec.policer_mode", "spec.policer_type"],
|
|
2075
|
+
fieldDefaults: {
|
|
2076
|
+
"spec.policer_mode": "POLICER_MODE_NOT_SHARED",
|
|
2077
|
+
"spec.policer_type": "POLICER_SINGLE_RATE_TWO_COLOR",
|
|
2078
|
+
},
|
|
2079
|
+
minimumConfigFields: ["spec.burst_size", "spec.committed_information_rate"],
|
|
2080
|
+
fieldConflicts: {},
|
|
2081
|
+
},
|
|
2082
|
+
protocol_inspection: {
|
|
2083
|
+
serverDefaultFields: ["spec.action"],
|
|
2084
|
+
fieldDefaults: {
|
|
2085
|
+
"spec.action": "ALLOW",
|
|
2086
|
+
},
|
|
2087
|
+
minimumConfigFields: ["spec.enable_disable_compliance_checks.enable_compliance_checks.name"],
|
|
2088
|
+
fieldConflicts: {
|
|
2089
|
+
"spec.enable_disable_compliance_checks.disable_compliance_checks": ["enable_compliance_checks"],
|
|
2090
|
+
"spec.enable_disable_compliance_checks.enable_compliance_checks": ["disable_compliance_checks"],
|
|
2091
|
+
"spec.enable_disable_signatures.disable_signature": ["enable_signature"],
|
|
2092
|
+
"spec.enable_disable_signatures.enable_signature": ["disable_signature"],
|
|
2093
|
+
},
|
|
2094
|
+
},
|
|
2095
|
+
rate_limiter: {
|
|
2096
|
+
serverDefaultFields: ["spec.user_identification"],
|
|
2097
|
+
fieldDefaults: {
|
|
2098
|
+
"spec.user_identification": [],
|
|
2099
|
+
},
|
|
2100
|
+
minimumConfigFields: [],
|
|
2101
|
+
fieldConflicts: {},
|
|
2102
|
+
},
|
|
2103
|
+
rate_limiter_policy: {
|
|
2104
|
+
serverDefaultFields: ["spec.rules"],
|
|
2105
|
+
fieldDefaults: {
|
|
2106
|
+
"spec.rules": [],
|
|
2107
|
+
},
|
|
2108
|
+
minimumConfigFields: ["spec.server_selector.expressions"],
|
|
2109
|
+
fieldConflicts: {
|
|
2110
|
+
"spec.any_server": ["server_name", "server_name_matcher", "server_selector"],
|
|
2111
|
+
"spec.server_name": ["any_server", "server_name_matcher", "server_selector"],
|
|
2112
|
+
"spec.server_name_matcher": ["any_server", "server_name", "server_selector"],
|
|
2113
|
+
"spec.server_selector": ["any_server", "server_name", "server_name_matcher"],
|
|
2114
|
+
},
|
|
2115
|
+
},
|
|
2116
|
+
securemesh_site_v2: {
|
|
2117
|
+
serverDefaultFields: [],
|
|
2118
|
+
fieldDefaults: {},
|
|
2119
|
+
minimumConfigFields: [
|
|
2120
|
+
"spec.active_enhanced_firewall_policies.enhanced_firewall_policies",
|
|
2121
|
+
"spec.active_forward_proxy_policies.forward_proxy_policies",
|
|
2122
|
+
"spec.admin_user_credentials.admin_password.blindfold_secret_info.location",
|
|
2123
|
+
"spec.admin_user_credentials.admin_password.clear_secret_info.url",
|
|
2124
|
+
"spec.custom_proxy.password.blindfold_secret_info.location",
|
|
2125
|
+
"spec.custom_proxy.password.clear_secret_info.url",
|
|
2126
|
+
"spec.custom_proxy.proxy_ip_address",
|
|
2127
|
+
"spec.custom_proxy.proxy_port",
|
|
2128
|
+
"spec.dc_cluster_group_sli.name",
|
|
2129
|
+
"spec.dc_cluster_group_slo.name",
|
|
2130
|
+
"spec.local_vrf.sli_config.static_routes.static_routes",
|
|
2131
|
+
"spec.local_vrf.sli_config.static_v6_routes.static_routes",
|
|
2132
|
+
"spec.local_vrf.slo_config.static_routes.static_routes",
|
|
2133
|
+
"spec.local_vrf.slo_config.static_v6_routes.static_routes",
|
|
2134
|
+
"spec.log_receiver.name",
|
|
2135
|
+
"spec.log_receiver_with_net.log_receiver.name",
|
|
2136
|
+
"spec.site_mesh_group_on_slo.site_mesh_group.name",
|
|
2137
|
+
"spec.upgrade_settings.kubernetes_upgrade_drain.enable_upgrade_drain.drain_node_timeout",
|
|
2138
|
+
],
|
|
2139
|
+
fieldConflicts: {
|
|
2140
|
+
"spec.active_enhanced_firewall_policies": ["no_network_policy"],
|
|
2141
|
+
"spec.active_forward_proxy_policies": ["no_forward_proxy"],
|
|
2142
|
+
"spec.admin_user_credentials.admin_password.blindfold_secret_info": ["clear_secret_info"],
|
|
2143
|
+
"spec.admin_user_credentials.admin_password.clear_secret_info": ["blindfold_secret_info"],
|
|
2144
|
+
"spec.aws": ["azure", "baremetal", "equinix", "gcp", "kvm", "nutanix", "oci", "openstack", "vmware"],
|
|
2145
|
+
"spec.azure": ["aws", "baremetal", "equinix", "gcp", "kvm", "nutanix", "oci", "openstack", "vmware"],
|
|
2146
|
+
"spec.baremetal": ["aws", "azure", "equinix", "gcp", "kvm", "nutanix", "oci", "openstack", "vmware"],
|
|
2147
|
+
"spec.block_all_services": ["blocked_services"],
|
|
2148
|
+
"spec.blocked_services": ["block_all_services"],
|
|
2149
|
+
"spec.custom_proxy": ["f5_proxy"],
|
|
2150
|
+
"spec.custom_proxy.disable_re_tunnel": ["enable_re_tunnel"],
|
|
2151
|
+
"spec.custom_proxy.enable_re_tunnel": ["disable_re_tunnel"],
|
|
2152
|
+
"spec.custom_proxy.password.blindfold_secret_info": ["clear_secret_info"],
|
|
2153
|
+
"spec.custom_proxy.password.clear_secret_info": ["blindfold_secret_info"],
|
|
2154
|
+
"spec.custom_proxy_bypass": ["no_proxy_bypass"],
|
|
2155
|
+
"spec.dc_cluster_group_sli": ["no_s2s_connectivity_sli"],
|
|
2156
|
+
"spec.dc_cluster_group_slo": ["no_s2s_connectivity_slo", "site_mesh_group_on_slo"],
|
|
2157
|
+
"spec.disable_ha": ["enable_ha"],
|
|
2158
|
+
"spec.disable_management_network": ["enable_management_network"],
|
|
2159
|
+
"spec.disable_url_categorization": ["enable_url_categorization"],
|
|
2160
|
+
"spec.dns_ntp_config.custom_dns": ["f5_dns_default"],
|
|
2161
|
+
"spec.dns_ntp_config.custom_ntp": ["f5_ntp_default"],
|
|
2162
|
+
"spec.dns_ntp_config.f5_dns_default": ["custom_dns"],
|
|
2163
|
+
"spec.dns_ntp_config.f5_ntp_default": ["custom_ntp"],
|
|
2164
|
+
"spec.enable_ha": ["disable_ha"],
|
|
2165
|
+
"spec.enable_management_network": ["disable_management_network"],
|
|
2166
|
+
"spec.enable_url_categorization": ["disable_url_categorization"],
|
|
2167
|
+
"spec.equinix": ["aws", "azure", "baremetal", "gcp", "kvm", "nutanix", "oci", "openstack", "vmware"],
|
|
2168
|
+
"spec.f5_proxy": ["custom_proxy"],
|
|
2169
|
+
"spec.gcp": ["aws", "azure", "baremetal", "equinix", "kvm", "nutanix", "oci", "openstack", "vmware"],
|
|
2170
|
+
"spec.kvm": ["aws", "azure", "baremetal", "equinix", "gcp", "nutanix", "oci", "openstack", "vmware"],
|
|
2171
|
+
"spec.local_vrf.default_config": ["slo_config"],
|
|
2172
|
+
"spec.local_vrf.default_sli_config": ["sli_config"],
|
|
2173
|
+
"spec.local_vrf.sli_config": ["default_sli_config"],
|
|
2174
|
+
"spec.local_vrf.sli_config.no_static_routes": ["static_routes"],
|
|
2175
|
+
"spec.local_vrf.sli_config.no_v6_static_routes": ["static_v6_routes"],
|
|
2176
|
+
"spec.local_vrf.sli_config.static_routes": ["no_static_routes"],
|
|
2177
|
+
"spec.local_vrf.sli_config.static_v6_routes": ["no_v6_static_routes"],
|
|
2178
|
+
"spec.local_vrf.slo_config": ["default_config"],
|
|
2179
|
+
"spec.local_vrf.slo_config.no_static_routes": ["static_routes"],
|
|
2180
|
+
"spec.local_vrf.slo_config.no_v6_static_routes": ["static_v6_routes"],
|
|
2181
|
+
"spec.local_vrf.slo_config.static_routes": ["no_static_routes"],
|
|
2182
|
+
"spec.local_vrf.slo_config.static_v6_routes": ["no_v6_static_routes"],
|
|
2183
|
+
"spec.log_receiver": ["logs_streaming_disabled"],
|
|
2184
|
+
"spec.log_receiver_with_net.use_management_network": ["use_slo_sli"],
|
|
2185
|
+
"spec.log_receiver_with_net.use_slo_sli": ["use_management_network"],
|
|
2186
|
+
"spec.logs_streaming_disabled": ["log_receiver"],
|
|
2187
|
+
"spec.no_forward_proxy": ["active_forward_proxy_policies"],
|
|
2188
|
+
"spec.no_network_policy": ["active_enhanced_firewall_policies"],
|
|
2189
|
+
"spec.no_proxy_bypass": ["custom_proxy_bypass"],
|
|
2190
|
+
"spec.no_s2s_connectivity_sli": ["dc_cluster_group_sli"],
|
|
2191
|
+
"spec.no_s2s_connectivity_slo": ["dc_cluster_group_slo", "site_mesh_group_on_slo"],
|
|
2192
|
+
"spec.nutanix": ["aws", "azure", "baremetal", "equinix", "gcp", "kvm", "oci", "openstack", "vmware"],
|
|
2193
|
+
"spec.oci": ["aws", "azure", "baremetal", "equinix", "gcp", "kvm", "nutanix", "openstack", "vmware"],
|
|
2194
|
+
"spec.offline_survivability_mode.enable_offline_survivability_mode": ["no_offline_survivability_mode"],
|
|
2195
|
+
"spec.offline_survivability_mode.no_offline_survivability_mode": ["enable_offline_survivability_mode"],
|
|
2196
|
+
"spec.openstack": ["aws", "azure", "baremetal", "equinix", "gcp", "kvm", "nutanix", "oci", "vmware"],
|
|
2197
|
+
"spec.performance_enhancement_mode.perf_mode_l3_enhanced": ["perf_mode_l7_enhanced"],
|
|
2198
|
+
"spec.performance_enhancement_mode.perf_mode_l3_enhanced.jumbo": ["no_jumbo"],
|
|
2199
|
+
"spec.performance_enhancement_mode.perf_mode_l3_enhanced.no_jumbo": ["jumbo"],
|
|
2200
|
+
"spec.performance_enhancement_mode.perf_mode_l7_enhanced": ["perf_mode_l3_enhanced"],
|
|
2201
|
+
"spec.re_select.geo_proximity": ["specific_re"],
|
|
2202
|
+
"spec.re_select.specific_re": ["geo_proximity"],
|
|
2203
|
+
"spec.site_mesh_group_on_slo": ["dc_cluster_group_slo", "no_s2s_connectivity_slo"],
|
|
2204
|
+
"spec.site_mesh_group_on_slo.no_site_mesh_group": ["site_mesh_group"],
|
|
2205
|
+
"spec.site_mesh_group_on_slo.site_mesh_group": ["no_site_mesh_group"],
|
|
2206
|
+
"spec.site_mesh_group_on_slo.sm_connection_public_ip": ["sm_connection_pvt_ip"],
|
|
2207
|
+
"spec.site_mesh_group_on_slo.sm_connection_pvt_ip": ["sm_connection_public_ip"],
|
|
2208
|
+
"spec.software_settings.os.default_os_version": ["operating_system_version"],
|
|
2209
|
+
"spec.software_settings.os.operating_system_version": ["default_os_version"],
|
|
2210
|
+
"spec.software_settings.sw.default_sw_version": ["volterra_software_version"],
|
|
2211
|
+
"spec.software_settings.sw.volterra_software_version": ["default_sw_version"],
|
|
2212
|
+
"spec.upgrade_settings.kubernetes_upgrade_drain.disable_upgrade_drain": ["enable_upgrade_drain"],
|
|
2213
|
+
"spec.upgrade_settings.kubernetes_upgrade_drain.enable_upgrade_drain": ["disable_upgrade_drain"],
|
|
2214
|
+
"spec.upgrade_settings.kubernetes_upgrade_drain.enable_upgrade_drain.disable_vega_upgrade_mode": [
|
|
2215
|
+
"enable_vega_upgrade_mode",
|
|
2216
|
+
],
|
|
2217
|
+
"spec.upgrade_settings.kubernetes_upgrade_drain.enable_upgrade_drain.enable_vega_upgrade_mode": [
|
|
2218
|
+
"disable_vega_upgrade_mode",
|
|
2219
|
+
],
|
|
2220
|
+
"spec.vmware": ["aws", "azure", "baremetal", "equinix", "gcp", "kvm", "nutanix", "oci", "openstack"],
|
|
2221
|
+
},
|
|
2222
|
+
},
|
|
2223
|
+
sensitive_data_policy: {
|
|
2224
|
+
serverDefaultFields: ["spec.compliances", "spec.custom_data_types", "spec.disabled_predefined_data_types"],
|
|
2225
|
+
fieldDefaults: {
|
|
2226
|
+
"spec.compliances": [],
|
|
2227
|
+
"spec.custom_data_types": [],
|
|
2228
|
+
"spec.disabled_predefined_data_types": [],
|
|
2229
|
+
},
|
|
2230
|
+
minimumConfigFields: [],
|
|
2231
|
+
fieldConflicts: {},
|
|
2232
|
+
},
|
|
2233
|
+
service_policy: {
|
|
2234
|
+
serverDefaultFields: ["spec.port_matcher"],
|
|
2235
|
+
fieldDefaults: {
|
|
2236
|
+
"spec.port_matcher": null,
|
|
2237
|
+
},
|
|
2238
|
+
minimumConfigFields: [
|
|
2239
|
+
"spec.api_group_matcher.match",
|
|
2240
|
+
"spec.asn_list.as_numbers",
|
|
2241
|
+
"spec.asn_matcher.asn_sets",
|
|
2242
|
+
"spec.client_selector.expressions",
|
|
2243
|
+
"spec.ip_matcher.prefix_sets",
|
|
2244
|
+
"spec.ip_threat_category_list.ip_threat_categories",
|
|
2245
|
+
"spec.port_matcher.ports",
|
|
2246
|
+
],
|
|
2247
|
+
fieldConflicts: {
|
|
2248
|
+
"spec.any_asn": ["asn_list", "asn_matcher"],
|
|
2249
|
+
"spec.any_client": ["client_name", "client_name_matcher", "client_selector", "ip_threat_category_list"],
|
|
2250
|
+
"spec.any_ip": ["ip_matcher", "ip_prefix_list"],
|
|
2251
|
+
"spec.asn_list": ["any_asn", "asn_matcher"],
|
|
2252
|
+
"spec.asn_matcher": ["any_asn", "asn_list"],
|
|
2253
|
+
"spec.bot_action.bot_skip_processing": ["none"],
|
|
2254
|
+
"spec.bot_action.none": ["bot_skip_processing"],
|
|
2255
|
+
"spec.client_name": ["any_client", "client_name_matcher", "client_selector", "ip_threat_category_list"],
|
|
2256
|
+
"spec.client_name_matcher": ["any_client", "client_name", "client_selector", "ip_threat_category_list"],
|
|
2257
|
+
"spec.client_selector": ["any_client", "client_name", "client_name_matcher", "ip_threat_category_list"],
|
|
2258
|
+
"spec.ip_matcher": ["any_ip", "ip_prefix_list"],
|
|
2259
|
+
"spec.ip_prefix_list": ["any_ip", "ip_matcher"],
|
|
2260
|
+
"spec.ip_threat_category_list": ["any_client", "client_name", "client_name_matcher", "client_selector"],
|
|
2261
|
+
"spec.ja4_tls_fingerprint": ["tls_fingerprint_matcher"],
|
|
2262
|
+
"spec.mum_action.default": ["skip_processing"],
|
|
2263
|
+
"spec.mum_action.skip_processing": ["default"],
|
|
2264
|
+
"spec.request_constraints.max_cookie_count_exceeds": ["max_cookie_count_none"],
|
|
2265
|
+
"spec.request_constraints.max_cookie_count_none": ["max_cookie_count_exceeds"],
|
|
2266
|
+
"spec.request_constraints.max_cookie_key_size_exceeds": ["max_cookie_key_size_none"],
|
|
2267
|
+
"spec.request_constraints.max_cookie_key_size_none": ["max_cookie_key_size_exceeds"],
|
|
2268
|
+
"spec.request_constraints.max_cookie_value_size_exceeds": ["max_cookie_value_size_none"],
|
|
2269
|
+
"spec.request_constraints.max_cookie_value_size_none": ["max_cookie_value_size_exceeds"],
|
|
2270
|
+
"spec.request_constraints.max_header_count_exceeds": ["max_header_count_none"],
|
|
2271
|
+
"spec.request_constraints.max_header_count_none": ["max_header_count_exceeds"],
|
|
2272
|
+
"spec.request_constraints.max_header_key_size_exceeds": ["max_header_key_size_none"],
|
|
2273
|
+
"spec.request_constraints.max_header_key_size_none": ["max_header_key_size_exceeds"],
|
|
2274
|
+
"spec.request_constraints.max_header_value_size_exceeds": ["max_header_value_size_none"],
|
|
2275
|
+
"spec.request_constraints.max_header_value_size_none": ["max_header_value_size_exceeds"],
|
|
2276
|
+
"spec.request_constraints.max_parameter_count_exceeds": ["max_parameter_count_none"],
|
|
2277
|
+
"spec.request_constraints.max_parameter_count_none": ["max_parameter_count_exceeds"],
|
|
2278
|
+
"spec.request_constraints.max_parameter_name_size_exceeds": ["max_parameter_name_size_none"],
|
|
2279
|
+
"spec.request_constraints.max_parameter_name_size_none": ["max_parameter_name_size_exceeds"],
|
|
2280
|
+
"spec.request_constraints.max_parameter_value_size_exceeds": ["max_parameter_value_size_none"],
|
|
2281
|
+
"spec.request_constraints.max_parameter_value_size_none": ["max_parameter_value_size_exceeds"],
|
|
2282
|
+
"spec.request_constraints.max_query_size_exceeds": ["max_query_size_none"],
|
|
2283
|
+
"spec.request_constraints.max_query_size_none": ["max_query_size_exceeds"],
|
|
2284
|
+
"spec.request_constraints.max_request_line_size_exceeds": ["max_request_line_size_none"],
|
|
2285
|
+
"spec.request_constraints.max_request_line_size_none": ["max_request_line_size_exceeds"],
|
|
2286
|
+
"spec.request_constraints.max_request_size_exceeds": ["max_request_size_none"],
|
|
2287
|
+
"spec.request_constraints.max_request_size_none": ["max_request_size_exceeds"],
|
|
2288
|
+
"spec.request_constraints.max_url_size_exceeds": ["max_url_size_none"],
|
|
2289
|
+
"spec.request_constraints.max_url_size_none": ["max_url_size_exceeds"],
|
|
2290
|
+
"spec.segment_policy.dst_any": ["dst_segments", "intra_segment"],
|
|
2291
|
+
"spec.segment_policy.dst_segments": ["dst_any", "intra_segment"],
|
|
2292
|
+
"spec.segment_policy.intra_segment": ["dst_any", "dst_segments"],
|
|
2293
|
+
"spec.segment_policy.src_any": ["src_segments"],
|
|
2294
|
+
"spec.segment_policy.src_segments": ["src_any"],
|
|
2295
|
+
"spec.tls_fingerprint_matcher": ["ja4_tls_fingerprint"],
|
|
2296
|
+
"spec.waf_action.app_firewall_detection_control": ["none", "waf_skip_processing"],
|
|
2297
|
+
"spec.waf_action.none": ["app_firewall_detection_control", "waf_skip_processing"],
|
|
2298
|
+
"spec.waf_action.waf_skip_processing": ["app_firewall_detection_control", "none"],
|
|
2299
|
+
},
|
|
2300
|
+
},
|
|
2301
|
+
service_policy_views: {
|
|
2302
|
+
serverDefaultFields: ["spec.port_matcher"],
|
|
2303
|
+
fieldDefaults: {
|
|
2304
|
+
"spec.port_matcher": null,
|
|
2305
|
+
},
|
|
2306
|
+
minimumConfigFields: [
|
|
2307
|
+
"spec.api_group_matcher.match",
|
|
2308
|
+
"spec.asn_list.as_numbers",
|
|
2309
|
+
"spec.asn_matcher.asn_sets",
|
|
2310
|
+
"spec.client_selector.expressions",
|
|
2311
|
+
"spec.ip_matcher.prefix_sets",
|
|
2312
|
+
"spec.ip_threat_category_list.ip_threat_categories",
|
|
2313
|
+
"spec.port_matcher.ports",
|
|
2314
|
+
],
|
|
2315
|
+
fieldConflicts: {
|
|
2316
|
+
"spec.any_asn": ["asn_list", "asn_matcher"],
|
|
2317
|
+
"spec.any_client": ["client_name", "client_name_matcher", "client_selector", "ip_threat_category_list"],
|
|
2318
|
+
"spec.any_ip": ["ip_matcher", "ip_prefix_list"],
|
|
2319
|
+
"spec.asn_list": ["any_asn", "asn_matcher"],
|
|
2320
|
+
"spec.asn_matcher": ["any_asn", "asn_list"],
|
|
2321
|
+
"spec.bot_action.bot_skip_processing": ["none"],
|
|
2322
|
+
"spec.bot_action.none": ["bot_skip_processing"],
|
|
2323
|
+
"spec.client_name": ["any_client", "client_name_matcher", "client_selector", "ip_threat_category_list"],
|
|
2324
|
+
"spec.client_name_matcher": ["any_client", "client_name", "client_selector", "ip_threat_category_list"],
|
|
2325
|
+
"spec.client_selector": ["any_client", "client_name", "client_name_matcher", "ip_threat_category_list"],
|
|
2326
|
+
"spec.ip_matcher": ["any_ip", "ip_prefix_list"],
|
|
2327
|
+
"spec.ip_prefix_list": ["any_ip", "ip_matcher"],
|
|
2328
|
+
"spec.ip_threat_category_list": ["any_client", "client_name", "client_name_matcher", "client_selector"],
|
|
2329
|
+
"spec.ja4_tls_fingerprint": ["tls_fingerprint_matcher"],
|
|
2330
|
+
"spec.mum_action.default": ["skip_processing"],
|
|
2331
|
+
"spec.mum_action.skip_processing": ["default"],
|
|
2332
|
+
"spec.request_constraints.max_cookie_count_exceeds": ["max_cookie_count_none"],
|
|
2333
|
+
"spec.request_constraints.max_cookie_count_none": ["max_cookie_count_exceeds"],
|
|
2334
|
+
"spec.request_constraints.max_cookie_key_size_exceeds": ["max_cookie_key_size_none"],
|
|
2335
|
+
"spec.request_constraints.max_cookie_key_size_none": ["max_cookie_key_size_exceeds"],
|
|
2336
|
+
"spec.request_constraints.max_cookie_value_size_exceeds": ["max_cookie_value_size_none"],
|
|
2337
|
+
"spec.request_constraints.max_cookie_value_size_none": ["max_cookie_value_size_exceeds"],
|
|
2338
|
+
"spec.request_constraints.max_header_count_exceeds": ["max_header_count_none"],
|
|
2339
|
+
"spec.request_constraints.max_header_count_none": ["max_header_count_exceeds"],
|
|
2340
|
+
"spec.request_constraints.max_header_key_size_exceeds": ["max_header_key_size_none"],
|
|
2341
|
+
"spec.request_constraints.max_header_key_size_none": ["max_header_key_size_exceeds"],
|
|
2342
|
+
"spec.request_constraints.max_header_value_size_exceeds": ["max_header_value_size_none"],
|
|
2343
|
+
"spec.request_constraints.max_header_value_size_none": ["max_header_value_size_exceeds"],
|
|
2344
|
+
"spec.request_constraints.max_parameter_count_exceeds": ["max_parameter_count_none"],
|
|
2345
|
+
"spec.request_constraints.max_parameter_count_none": ["max_parameter_count_exceeds"],
|
|
2346
|
+
"spec.request_constraints.max_parameter_name_size_exceeds": ["max_parameter_name_size_none"],
|
|
2347
|
+
"spec.request_constraints.max_parameter_name_size_none": ["max_parameter_name_size_exceeds"],
|
|
2348
|
+
"spec.request_constraints.max_parameter_value_size_exceeds": ["max_parameter_value_size_none"],
|
|
2349
|
+
"spec.request_constraints.max_parameter_value_size_none": ["max_parameter_value_size_exceeds"],
|
|
2350
|
+
"spec.request_constraints.max_query_size_exceeds": ["max_query_size_none"],
|
|
2351
|
+
"spec.request_constraints.max_query_size_none": ["max_query_size_exceeds"],
|
|
2352
|
+
"spec.request_constraints.max_request_line_size_exceeds": ["max_request_line_size_none"],
|
|
2353
|
+
"spec.request_constraints.max_request_line_size_none": ["max_request_line_size_exceeds"],
|
|
2354
|
+
"spec.request_constraints.max_request_size_exceeds": ["max_request_size_none"],
|
|
2355
|
+
"spec.request_constraints.max_request_size_none": ["max_request_size_exceeds"],
|
|
2356
|
+
"spec.request_constraints.max_url_size_exceeds": ["max_url_size_none"],
|
|
2357
|
+
"spec.request_constraints.max_url_size_none": ["max_url_size_exceeds"],
|
|
2358
|
+
"spec.segment_policy.dst_any": ["dst_segments", "intra_segment"],
|
|
2359
|
+
"spec.segment_policy.dst_segments": ["dst_any", "intra_segment"],
|
|
2360
|
+
"spec.segment_policy.intra_segment": ["dst_any", "dst_segments"],
|
|
2361
|
+
"spec.segment_policy.src_any": ["src_segments"],
|
|
2362
|
+
"spec.segment_policy.src_segments": ["src_any"],
|
|
2363
|
+
"spec.tls_fingerprint_matcher": ["ja4_tls_fingerprint"],
|
|
2364
|
+
"spec.waf_action.app_firewall_detection_control": ["none", "waf_skip_processing"],
|
|
2365
|
+
"spec.waf_action.none": ["app_firewall_detection_control", "waf_skip_processing"],
|
|
2366
|
+
"spec.waf_action.waf_skip_processing": ["app_firewall_detection_control", "none"],
|
|
2367
|
+
},
|
|
2368
|
+
},
|
|
2369
|
+
tcp_loadbalancer: {
|
|
2370
|
+
serverDefaultFields: [
|
|
2371
|
+
"spec.dns_volterra_managed",
|
|
2372
|
+
"spec.hash_policy_choice_round_robin",
|
|
2373
|
+
"spec.idle_timeout",
|
|
2374
|
+
"spec.no_sni",
|
|
2375
|
+
"spec.retract_cluster",
|
|
2376
|
+
"spec.service_policies_from_namespace",
|
|
2377
|
+
"spec.tcp",
|
|
2378
|
+
],
|
|
2379
|
+
fieldDefaults: {
|
|
2380
|
+
"spec.dns_volterra_managed": false,
|
|
2381
|
+
"spec.hash_policy_choice_round_robin": {},
|
|
2382
|
+
"spec.idle_timeout": 0,
|
|
2383
|
+
"spec.no_sni": {},
|
|
2384
|
+
"spec.retract_cluster": {},
|
|
2385
|
+
"spec.service_policies_from_namespace": {},
|
|
2386
|
+
"spec.tcp": {},
|
|
2387
|
+
},
|
|
2388
|
+
minimumConfigFields: [
|
|
2389
|
+
"spec.active_service_policies.policies",
|
|
2390
|
+
"spec.advertise_custom.advertise_where",
|
|
2391
|
+
"spec.advertise_on_public.public_ip.name",
|
|
2392
|
+
"spec.tls_tcp.tls_cert_params.certificates",
|
|
2393
|
+
"spec.tls_tcp.tls_cert_params.tls_config.custom_security.cipher_suites",
|
|
2394
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.crl.name",
|
|
2395
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.trusted_ca.name",
|
|
2396
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.xfcc_options.xfcc_header_elements",
|
|
2397
|
+
"spec.tls_tcp.tls_parameters.tls_certificates",
|
|
2398
|
+
"spec.tls_tcp.tls_parameters.tls_config.custom_security.cipher_suites",
|
|
2399
|
+
"spec.tls_tcp.tls_parameters.use_mtls.crl.name",
|
|
2400
|
+
"spec.tls_tcp.tls_parameters.use_mtls.trusted_ca.name",
|
|
2401
|
+
"spec.tls_tcp.tls_parameters.use_mtls.xfcc_options.xfcc_header_elements",
|
|
2402
|
+
"spec.tls_tcp_auto_cert.tls_config.custom_security.cipher_suites",
|
|
2403
|
+
"spec.tls_tcp_auto_cert.use_mtls.crl.name",
|
|
2404
|
+
"spec.tls_tcp_auto_cert.use_mtls.trusted_ca.name",
|
|
2405
|
+
"spec.tls_tcp_auto_cert.use_mtls.xfcc_options.xfcc_header_elements",
|
|
2406
|
+
],
|
|
2407
|
+
fieldConflicts: {
|
|
2408
|
+
"spec.active_service_policies": ["no_service_policies", "service_policies_from_namespace"],
|
|
2409
|
+
"spec.advertise_custom": ["advertise_on_public", "advertise_on_public_default_vip", "do_not_advertise"],
|
|
2410
|
+
"spec.advertise_on_public": ["advertise_custom", "advertise_on_public_default_vip", "do_not_advertise"],
|
|
2411
|
+
"spec.advertise_on_public_default_vip": ["advertise_custom", "advertise_on_public", "do_not_advertise"],
|
|
2412
|
+
"spec.default_lb_with_sni": ["no_sni", "sni"],
|
|
2413
|
+
"spec.do_not_advertise": ["advertise_custom", "advertise_on_public", "advertise_on_public_default_vip"],
|
|
2414
|
+
"spec.do_not_retract_cluster": ["retract_cluster"],
|
|
2415
|
+
"spec.hash_policy_choice_least_active": [
|
|
2416
|
+
"hash_policy_choice_random",
|
|
2417
|
+
"hash_policy_choice_round_robin",
|
|
2418
|
+
"hash_policy_choice_source_ip_stickiness",
|
|
2419
|
+
],
|
|
2420
|
+
"spec.hash_policy_choice_random": [
|
|
2421
|
+
"hash_policy_choice_least_active",
|
|
2422
|
+
"hash_policy_choice_round_robin",
|
|
2423
|
+
"hash_policy_choice_source_ip_stickiness",
|
|
2424
|
+
],
|
|
2425
|
+
"spec.hash_policy_choice_round_robin": [
|
|
2426
|
+
"hash_policy_choice_least_active",
|
|
2427
|
+
"hash_policy_choice_random",
|
|
2428
|
+
"hash_policy_choice_source_ip_stickiness",
|
|
2429
|
+
],
|
|
2430
|
+
"spec.hash_policy_choice_source_ip_stickiness": [
|
|
2431
|
+
"hash_policy_choice_least_active",
|
|
2432
|
+
"hash_policy_choice_random",
|
|
2433
|
+
"hash_policy_choice_round_robin",
|
|
2434
|
+
],
|
|
2435
|
+
"spec.listen_port": ["port_ranges"],
|
|
2436
|
+
"spec.no_service_policies": ["active_service_policies", "service_policies_from_namespace"],
|
|
2437
|
+
"spec.no_sni": ["default_lb_with_sni", "sni"],
|
|
2438
|
+
"spec.port_ranges": ["listen_port"],
|
|
2439
|
+
"spec.retract_cluster": ["do_not_retract_cluster"],
|
|
2440
|
+
"spec.service_policies_from_namespace": ["active_service_policies", "no_service_policies"],
|
|
2441
|
+
"spec.sni": ["default_lb_with_sni", "no_sni"],
|
|
2442
|
+
"spec.tcp": ["tls_tcp", "tls_tcp_auto_cert"],
|
|
2443
|
+
"spec.tls_tcp": ["tcp", "tls_tcp_auto_cert"],
|
|
2444
|
+
"spec.tls_tcp.tls_cert_params": ["tls_parameters"],
|
|
2445
|
+
"spec.tls_tcp.tls_cert_params.no_mtls": ["use_mtls"],
|
|
2446
|
+
"spec.tls_tcp.tls_cert_params.tls_config.custom_security": [
|
|
2447
|
+
"default_security",
|
|
2448
|
+
"low_security",
|
|
2449
|
+
"medium_security",
|
|
2450
|
+
],
|
|
2451
|
+
"spec.tls_tcp.tls_cert_params.tls_config.default_security": [
|
|
2452
|
+
"custom_security",
|
|
2453
|
+
"low_security",
|
|
2454
|
+
"medium_security",
|
|
2455
|
+
],
|
|
2456
|
+
"spec.tls_tcp.tls_cert_params.tls_config.low_security": [
|
|
2457
|
+
"custom_security",
|
|
2458
|
+
"default_security",
|
|
2459
|
+
"medium_security",
|
|
2460
|
+
],
|
|
2461
|
+
"spec.tls_tcp.tls_cert_params.tls_config.medium_security": [
|
|
2462
|
+
"custom_security",
|
|
2463
|
+
"default_security",
|
|
2464
|
+
"low_security",
|
|
2465
|
+
],
|
|
2466
|
+
"spec.tls_tcp.tls_cert_params.use_mtls": ["no_mtls"],
|
|
2467
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.crl": ["no_crl"],
|
|
2468
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.no_crl": ["crl"],
|
|
2469
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.trusted_ca": ["trusted_ca_url"],
|
|
2470
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.trusted_ca_url": ["trusted_ca"],
|
|
2471
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.xfcc_disabled": ["xfcc_options"],
|
|
2472
|
+
"spec.tls_tcp.tls_cert_params.use_mtls.xfcc_options": ["xfcc_disabled"],
|
|
2473
|
+
"spec.tls_tcp.tls_parameters": ["tls_cert_params"],
|
|
2474
|
+
"spec.tls_tcp.tls_parameters.no_mtls": ["use_mtls"],
|
|
2475
|
+
"spec.tls_tcp.tls_parameters.tls_config.custom_security": [
|
|
2476
|
+
"default_security",
|
|
2477
|
+
"low_security",
|
|
2478
|
+
"medium_security",
|
|
2479
|
+
],
|
|
2480
|
+
"spec.tls_tcp.tls_parameters.tls_config.default_security": [
|
|
2481
|
+
"custom_security",
|
|
2482
|
+
"low_security",
|
|
2483
|
+
"medium_security",
|
|
2484
|
+
],
|
|
2485
|
+
"spec.tls_tcp.tls_parameters.tls_config.low_security": [
|
|
2486
|
+
"custom_security",
|
|
2487
|
+
"default_security",
|
|
2488
|
+
"medium_security",
|
|
2489
|
+
],
|
|
2490
|
+
"spec.tls_tcp.tls_parameters.tls_config.medium_security": [
|
|
2491
|
+
"custom_security",
|
|
2492
|
+
"default_security",
|
|
2493
|
+
"low_security",
|
|
2494
|
+
],
|
|
2495
|
+
"spec.tls_tcp.tls_parameters.use_mtls": ["no_mtls"],
|
|
2496
|
+
"spec.tls_tcp.tls_parameters.use_mtls.crl": ["no_crl"],
|
|
2497
|
+
"spec.tls_tcp.tls_parameters.use_mtls.no_crl": ["crl"],
|
|
2498
|
+
"spec.tls_tcp.tls_parameters.use_mtls.trusted_ca": ["trusted_ca_url"],
|
|
2499
|
+
"spec.tls_tcp.tls_parameters.use_mtls.trusted_ca_url": ["trusted_ca"],
|
|
2500
|
+
"spec.tls_tcp.tls_parameters.use_mtls.xfcc_disabled": ["xfcc_options"],
|
|
2501
|
+
"spec.tls_tcp.tls_parameters.use_mtls.xfcc_options": ["xfcc_disabled"],
|
|
2502
|
+
"spec.tls_tcp_auto_cert": ["tcp", "tls_tcp"],
|
|
2503
|
+
"spec.tls_tcp_auto_cert.no_mtls": ["use_mtls"],
|
|
2504
|
+
"spec.tls_tcp_auto_cert.tls_config.custom_security": ["default_security", "low_security", "medium_security"],
|
|
2505
|
+
"spec.tls_tcp_auto_cert.tls_config.default_security": ["custom_security", "low_security", "medium_security"],
|
|
2506
|
+
"spec.tls_tcp_auto_cert.tls_config.low_security": ["custom_security", "default_security", "medium_security"],
|
|
2507
|
+
"spec.tls_tcp_auto_cert.tls_config.medium_security": ["custom_security", "default_security", "low_security"],
|
|
2508
|
+
"spec.tls_tcp_auto_cert.use_mtls": ["no_mtls"],
|
|
2509
|
+
"spec.tls_tcp_auto_cert.use_mtls.crl": ["no_crl"],
|
|
2510
|
+
"spec.tls_tcp_auto_cert.use_mtls.no_crl": ["crl"],
|
|
2511
|
+
"spec.tls_tcp_auto_cert.use_mtls.trusted_ca": ["trusted_ca_url"],
|
|
2512
|
+
"spec.tls_tcp_auto_cert.use_mtls.trusted_ca_url": ["trusted_ca"],
|
|
2513
|
+
"spec.tls_tcp_auto_cert.use_mtls.xfcc_disabled": ["xfcc_options"],
|
|
2514
|
+
"spec.tls_tcp_auto_cert.use_mtls.xfcc_options": ["xfcc_disabled"],
|
|
2515
|
+
},
|
|
2516
|
+
},
|
|
2517
|
+
user_identification: {
|
|
2518
|
+
serverDefaultFields: [],
|
|
2519
|
+
fieldDefaults: {},
|
|
2520
|
+
minimumConfigFields: ["spec.rules"],
|
|
2521
|
+
fieldConflicts: {},
|
|
2522
|
+
},
|
|
2523
|
+
waf_exclusion_policy: {
|
|
2524
|
+
serverDefaultFields: [],
|
|
2525
|
+
fieldDefaults: {},
|
|
2526
|
+
minimumConfigFields: ["spec.waf_exclusion_rules"],
|
|
2527
|
+
fieldConflicts: {},
|
|
2528
|
+
},
|
|
2529
|
+
};
|