Skip to content

Column-level permissions #1839

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, *)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions