Skip to content

Commit

Permalink
update permissions on external_event_type and external_source_type
Browse files Browse the repository at this point in the history
restricted so only admins can insert. everyone else must use the gateway.
  • Loading branch information
pranav-super committed Jan 22, 2025
1 parent 9288d40 commit 7950edf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ insert_permissions:
permission:
columns: [name, attribute_schema]
check: {}
- role: user
permission:
columns: [name, attribute_schema]
check: {}
delete_permissions:
- role: aerie_admin
permission:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ insert_permissions:
permission:
columns: [name, attribute_schema]
check: {}
- role: user
permission:
columns: [name, attribute_schema]
check: {}
delete_permissions:
- role: aerie_admin
permission:
Expand Down

0 comments on commit 7950edf

Please sign in to comment.