When I attempt to use the "ABAC with Policy" rule found in the policy editor, pycasbin
creates the following error on e.enforce(sub, obj, act)
:
Exception has occurred: FunctionNotDefined
Function 'eval' not defined, for expression 'eval(p_sub_rule) and r_obj == p_obj and r_act == p_act'.
Can someone tell me why this occurs.
请问下,目前 pycasbin 关于 eval 的问题还是存在,我看 https://github.com/casbin/pycasbin/pull/68 提到问题已经修复了。大概什么时候可以出版本呢,谢谢