Skip to content

Column-level permissions #1839

@gugu

Description

@gugu

In addition to table:read permission we need:

  • QueryTable permission (with table param)
  • ColumnRead permission (with table and column param)

QueryTable should be checked before the query, ColumnRead after

Table read should be an alias to QueryTable(table) + ColumnRead(table, *)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions