add consumer authorization manage

This commit is contained in:
许晓东
2021-09-03 10:57:13 +08:00
parent e6c06de0f2
commit 28546e4798
4 changed files with 189 additions and 41 deletions

View File

@@ -19,4 +19,12 @@ export const KafkaAclApi = {
url: "/acl/producer",
method: "delete",
},
addConsumerAuth: {
url: "/acl/consumer",
method: "post",
},
deleteConsumerAuth: {
url: "/acl/consumer",
method: "delete",
},
};