Skip to content

Commit

Permalink
fix(kali_blocks): update hasura permissions (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 19, 2020
1 parent 17902bf commit 860b782
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions targets/hasura/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,47 @@
- table:
schema: public
name: kali_blocks
insert_permissions:
- role: user
permission:
check: {}
columns:
- id
- title
- idcc
- blocks
backend_only: false
select_permissions:
- role: public
permission:
columns:
- id
- title
- idcc
- blocks
filter: {}
- role: user
permission:
columns:
- idcc
- blocks
- id
- title
filter: {}
update_permissions:
- role: user
permission:
columns:
- idcc
- blocks
- id
- title
filter: {}
check: {}
delete_permissions:
- role: user
permission:
filter: {}
- table:
schema: public
name: roles
Expand Down

0 comments on commit 860b782

Please sign in to comment.