pycasbin / sqlalchemy-adapter

SQLAlchemy Adapter for PyCasbin
https://github.com/casbin/pycasbin
Apache License 2.0
75 stars 35 forks source link

ABAC RuntimeError("invalid policy size") #64

Closed Castle1984 closed 1 year ago

Castle1984 commented 1 year ago

I want to use ABAC. image

Here is the problem. image

The rule has been written in Mysql. image

The model.conf : image

So how could I express Age=30?

casbin-bot commented 1 year ago

@techoner @Nekotoxin

hsluoyz commented 1 year ago

@Castle1984 remove this extra p:

image