Docs: Cluster Management
Open
documentation
good first issue
- Dominant language
- Go
- Stars
- 24
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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 be found at [here](https://github.com/casbin/casbin-mesh/blob/main/pkg/core/http.go#L63-L64), which may help write documents.
- [Join / Remove](https://github.com/casbin/casbin-mesh/blob/main/pkg/store/store.go#L548-L610 ) implementations
Currently, we still don't support the management cluster via gRPC. It will be implemented later.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.