From 6d72f46be516aecba8ff6940a095e953f1234992 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Fri, 25 Oct 2024 20:35:24 +0800 Subject: [PATCH] feature: Adapt to changes in the object_group_table within JSON in maat --- resource/conf/pxy_obj_keyring.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/conf/pxy_obj_keyring.json b/resource/conf/pxy_obj_keyring.json index 5ad4456..f906327 100644 --- a/resource/conf/pxy_obj_keyring.json +++ b/resource/conf/pxy_obj_keyring.json @@ -1,6 +1,6 @@ { "rule_table": "PXY_CTRL_RULE", - "object2object_table": "OBJECT_GROUP", + "object_group_table": "OBJECT_GROUP", "plugin_table": [ { "table_name": "DECRYPTION_KEYRING",