lrhkobe opened a new pull request #485: URL: https://github.com/apache/incubator-eventmesh/pull/485
Fixes ISSUE #484 ### Motivation Add access control about security in EventMesh, enhance the features of eventmesh. ### Modifications 1. Add `eventmesh-acl-plugin` module; 2. Add sub module `eventmesh-acl-api` in the `eventmesh-acl-plugin`, this module provides simple access control api design; 3. Add sub module `eventmesh-acl-api` in the `eventmesh-acl-plugin`, this module only provides default empty implementation of plugin according to `eventmesh-acl-api` so far; 4. Add acl check code in eventmesh-runtime when client send command of connecting, heartbeting, sending msg and subscribing . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
