We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openshift/Origin has a nice policy system based on JSON files/Go structs, there are also several pre-built packages for PostgreSQL based RBAC in Go.
The text was updated successfully, but these errors were encountered:
@bketelsen I typically like to use: https://github.com/mikespook/gorbac these days.
Sorry, something went wrong.
excellent.
Hi @preillyme @bketelsen , I'm the author of casbin. It is an authorization library that supports models like MAC, RBAC, ABAC.
Compared to GoRBAC, casbin has several advantages:
Let me know if encountered any issue with casbin:)
No branches or pull requests
Openshift/Origin has a nice policy system based on JSON files/Go structs, there are also several pre-built packages for PostgreSQL based RBAC in Go.
The text was updated successfully, but these errors were encountered: