这是indexloc提供的服务,不要输入任何密码
Skip to content

support column operators (_ceq, etc) in permission rules to reference other tables #3459

@tirumaraiselvan

Description

@tirumaraiselvan

In permissions, column operators like _ceq, _cgt can only refer to the "currently selected" table i.e. we can do {table1.c1 : { _ceq : table1.c2}} .

We should look at supporting spanning across other tables like: {table1.c1 : { _ceq : table2.c3}} .

Metadata

Metadata

Assignees

Labels

a/authzIssues related to "authorization" and the policy engine after session claims are procesedc/serverRelated to serverp/mediumnon-urgent issues/features that are candidates for being included in one of the upcoming sprints

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions