casbin / kubesphere-authz

ACL, RBAC, ABAC authorization middleware for KubeSphere
https://github.com/casbin/casbin
Apache License 2.0
5 stars 5 forks source link

Add this kubesphere-authz middleware to the official list #3

Open hsluoyz opened 3 years ago

hsluoyz commented 3 years ago

We have several options to integrate this repo into the kubesphere ecosystem, like code integration, listing in the 3rd-party authorization middleware list, etc. See how we did it for apisix middleware: https://github.com/casbin-lua/apisix-authz/issues/5 . apisix-authz has already integrated its code into apisix's main trunk. I think this is a very good example.

hsluoyz commented 3 years ago

@ComradeProgrammer