Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ insert_permissions:
check: {}
set:
owner: "x-hasura-user-id"
update_permissions:
- role: aerie_admin
permission:
columns: [derivation_group_name]
filter: {}
- role: user
permission:
columns: [derivation_group_name]
filter: {}
Comment on lines +57 to +60
Copy link
Copy Markdown
Contributor

@Mythicaeda Mythicaeda Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This permission should have the same filter as in delete, rather than letting any user with the user role change it. (The delete permission says that only the owner of the source OR the owner of the derivation group the source is in can modify the source)

delete_permissions:
- role: aerie_admin
permission:
Expand Down
Loading