add manager producer authorization

This commit is contained in:
许晓东
2021-09-03 10:43:29 +08:00
parent f27d70927c
commit e6c06de0f2
4 changed files with 137 additions and 100 deletions

View File

@@ -11,4 +11,12 @@ export const KafkaAclApi = {
url: "/acl/list",
method: "post",
},
addProducerAuth: {
url: "/acl/producer",
method: "post",
},
deleteProducerAuth: {
url: "/acl/producer",
method: "delete",
},
};