will7200 / casbin-idea-plugin

Intellij plugin for working with Casbin Models
BSD 3-Clause "New" or "Revised" License
25 stars 0 forks source link

casbin example prompts an error #5

Closed c-myth closed 3 years ago

c-myth commented 3 years ago

casbin plugin version: 0.1.3 jcasbin version: 1.7.1-SNAPSHOT

https://github.com/casbin/jcasbin/blob/master/examples/abac_model.conf

The following content indicates an error

[matchers]
m = r.sub == r.obj.owner
hsluoyz commented 3 years ago

@will7200

will7200 commented 3 years ago

The current parser doesn't account for attributes that are objects. I will update to allow sub models.

will7200 commented 3 years ago

submitted to Jetbrains for approval