summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwei <[email protected]>2024-11-06 17:48:47 +0800
committerwangwei <[email protected]>2024-11-06 17:48:47 +0800
commitb487a7a928ab81f629af575b05a3f8a7075e302a (patch)
tree333ac0d27a008d7576a7dd74dfda0046528c5f4e
parenta1dc94a796f79e4841dda0e1aa67b4c0dc03fbe8 (diff)
[Fix][schema] 新增sc_rsp_raw_uuid_list,sc_rsp_decrypted_uuid_list(TSG-22688)
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json36
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json36
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/public_schema_info.json32
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json36
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json40
5 files changed, 172 insertions, 8 deletions
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json
index b614ed50..c540f081 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json
@@ -1689,7 +1689,7 @@
},
{
"name": "sc_rsp_raw",
- "label": "Service Chaining Rendered Service Path(Raw)",
+ "label": "Service Chaining Rendered Service Path(Raw)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1704,8 +1704,24 @@
}
},
{
+ "name": "sc_rsp_raw_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Raw)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "hidden",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "sc_rsp_decrypted",
- "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "label": "Service Chaining Rendered Service Path(Decrypted)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1720,6 +1736,22 @@
}
},
{
+ "name": "sc_rsp_decrypted_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "hidden",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "shaping_rule_list",
"label": "Shaping Rule List(Deprecated)",
"doc": {
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json
index 2dbd3e99..7c1f0298 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json
@@ -1257,7 +1257,7 @@
},
{
"name": "sc_rsp_raw",
- "label": "Service Chaining Rendered Service Path(Raw)",
+ "label": "Service Chaining Rendered Service Path(Raw)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1272,8 +1272,24 @@
}
},
{
+ "name": "sc_rsp_raw_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Raw)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "hidden",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "sc_rsp_decrypted",
- "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "label": "Service Chaining Rendered Service Path(Decrypted)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1288,6 +1304,22 @@
}
},
{
+ "name": "sc_rsp_decrypted_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "hidden",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "shaping_rule_list",
"label": "Shaping Rule List(Deprecated)",
"doc": {
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/public_schema_info.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/public_schema_info.json
index 0687f669..57c35712 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/public_schema_info.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/public_schema_info.json
@@ -414,7 +414,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -545,7 +547,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -698,7 +702,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -847,7 +853,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -999,7 +1007,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1144,7 +1154,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1286,7 +1298,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1421,7 +1435,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1556,7 +1572,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1705,7 +1723,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1842,7 +1862,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1983,7 +2005,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -2121,7 +2145,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -2265,7 +2291,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -2428,7 +2456,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -2931,7 +2961,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json
index e1bac814..885048e5 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json
@@ -1693,7 +1693,7 @@
},
{
"name": "sc_rsp_raw",
- "label": "Service Chaining Rendered Service Path(Raw)",
+ "label": "Service Chaining Rendered Service Path(Raw)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1708,8 +1708,24 @@
}
},
{
+ "name": "sc_rsp_raw_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Raw)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "hidden",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "sc_rsp_decrypted",
- "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "label": "Service Chaining Rendered Service Path(Decrypted)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1724,6 +1740,22 @@
}
},
{
+ "name": "sc_rsp_decrypted_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "hidden",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "shaping_rule_list",
"label": "Shaping Rule List(Deprecated)",
"doc": {
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json
index b579f6bd..3f21a725 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json
@@ -56,7 +56,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_action",
"proxy_rule_list",
"proxy_rule_uuid_list",
@@ -387,7 +389,9 @@
"statistics_rule_list",
"statistics_rule_uuid_list",
"sc_rsp_raw",
+ "sc_rsp_raw_uuid_list",
"sc_rsp_decrypted",
+ "sc_rsp_decrypted_uuid_list",
"proxy_rule_list",
"proxy_rule_uuid_list",
"proxy_action",
@@ -1830,7 +1834,7 @@
},
{
"name": "sc_rsp_raw",
- "label": "Service Chaining Rendered Service Path(Raw)",
+ "label": "Service Chaining Rendered Service Path(Raw)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1845,8 +1849,24 @@
}
},
{
+ "name": "sc_rsp_raw_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Raw)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "enabled",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "sc_rsp_decrypted",
- "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "label": "Service Chaining Rendered Service Path(Decrypted)(Deprecated)",
"doc": {
"constraints": {
"operator_functions": "has,notEmpty,empty"
@@ -1861,6 +1881,22 @@
}
},
{
+ "name": "sc_rsp_decrypted_uuid_list",
+ "label": "Service Chaining Rendered Service Path(Decrypted)",
+ "doc": {
+ "constraints": {
+ "operator_functions": "has,notEmpty,empty"
+ },
+ "visibility": "enabled",
+ "ttl": null
+ },
+ "type": {
+ "type": "array",
+ "items": "string",
+ "logicalType": "array"
+ }
+ },
+ {
"name": "shaping_rule_list",
"label": "Shaping Rule List(Deprecated)",
"doc": {