Skip to content

Commit

Permalink
Allow user role to interact with seen external sources cards
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephVolosin committed Aug 12, 2024
1 parent 884d90b commit a171f03
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deployment/hasura/metadata/databases/tables/ui/seen_sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,23 @@ insert_permissions:
permission:
columns: '*'
check: {}
- role: user
permission:
columns: '*'
check: {}
update_permissions:
- role: aerie_admin
permission:
columns: '*'
filter: {}
- role: user
permission:
columns: '*'
filter: {}
delete_permissions:
- role: aerie_admin
permission:
filter: {}
- role: user
permission:
filter: {}

0 comments on commit a171f03

Please sign in to comment.