diff options
| author | fengweihao <[email protected]> | 2024-10-25 20:35:24 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-10-25 20:35:24 +0800 |
| commit | 6d72f46be516aecba8ff6940a095e953f1234992 (patch) | |
| tree | e4d5ffba6059e49dc5569929b19e921f9e887c9f | |
| parent | c8bca255e88147c72f382c336bedd66cd1145295 (diff) | |
feature: Adapt to changes in the object_group_table within JSON in maatv3.0.7-20241025
| -rw-r--r-- | resource/conf/pxy_obj_keyring.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
