Skip to content

insert-row: true permission at the table level should over-ride insert-row at the database level #2402

@simonw

Description

@simonw

Reported on Discord: https://discord.com/channels/823971286308356157/823971286941302908/1275585489172435048

databases:
  my-db:
    permissions:
      insert-row:
        id: [root, admin]
    allow:
      id: [root, admin]
    tables:
      my-table:
        permissions:
          insert-row: true

This should allow anyone to insert into my-table, but it doesn't. I think this is a bug.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions