Skip to content
New issue

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

[feature] the request part should be one single string #20

Open
hsluoyz opened this issue Nov 15, 2024 · 1 comment
Open

[feature] the request part should be one single string #20

hsluoyz opened this issue Nov 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hsluoyz
Copy link
Member

hsluoyz commented Nov 15, 2024

See:

./casbin enforce -m "examples/rbac_model.conf" -p "examples/rbac_policy.csv" "alice" "data1" "read"

It should be:

./casbin enforce -m "examples/rbac_model.conf" -p "examples/rbac_policy.csv" -r "alice, data1, read"
@hsluoyz
Copy link
Member Author

hsluoyz commented Nov 15, 2024

@tangyang9464 @imp2002

@hsluoyz hsluoyz added the question Further information is requested label Nov 15, 2024
@hsluoyz hsluoyz self-assigned this Nov 15, 2024
@hsluoyz hsluoyz added enhancement New feature or request and removed question Further information is requested labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant