casbin-mesh icon indicating copy to clipboard operation
casbin-mesh copied to clipboard

A scalable authorization layer built on Casbin (The experimental project is currently unstable)

Results 12 casbin-mesh issues
Sort by recently updated
recently updated
newest added

Hello, I would like to add my own mqttMatcher. How can I add my [own function](https://casbin.org/docs/function/#how-to-add-a-customized-function) to the enforcer with casbin-mesh? Thanks _Originally posted by @call-me-matt in https://github.com/casbin/casbin-mesh/discussions/71_

enhancement

We need to implement an MVP(Minimum Viable Product) version for now. Check the [CLI](https://github.com/casbin/casbin-mesh/tree/main/cmd/cli) on how communication with nodes may be helpful.

enhancement
good first issue

Several works still need to be done to achieve a releasable version. First of all, is documentation. We need to provide documentation to potential users to let them understand the...

We need to write the documents for cluster management, and I highly recommend you to have a looking at the following codes. - The HTTP endpoints of cluster management can...

documentation
good first issue

This is the error in debug console I get when trying to launch the project in vs-code IDE. ``` DAP server listening at: 127.0.0.1:52655 Type 'dlv help' for list of...

bug

### Motivaction Currently, we just have one TLS config, which is used for Raft and HTTP/GRPC servers, it is unsafe. When a client uses this TLS config, it can access...

enhancement

Casbin-mesh is a typical service which serve much more read req than write. Wecan introduce read index refinement ib raft to improve its read performances Sent from PPHub

enhancement
good first issue

We are currently using the HashiCorp/raft, but I still consider that we should make a benchmark for the various raft. We may need to implement several sample Key-value stores upper...

good first issue

This task will be tricky, challenging, but interesting. Firstly, I think it's better to read the [documents](https://github.com/casbin/casbin-mesh#cluster) about setting up a cluster. Then, some relating [tests](https://github.com/wildarch/jepsen.rqlite/blob/main/doc/blog.md) may also be helpful....

good first issue