Skip to content

Commit

Permalink
config-sync user role
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornrl committed Mar 14, 2022
1 parent ae723bf commit 2ad283b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/sync/user-role.public.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
"description": "Default role given to unauthenticated user.",
"type": "public",
"permissions": [
{
"action": "api::code-challenge.code-challenge.create"
},
{
"action": "api::code-challenge.code-challenge.delete"
},
{
"action": "api::code-challenge.code-challenge.find"
},
{
"action": "api::code-challenge.code-challenge.findOne"
},
{
"action": "api::code-challenge.code-challenge.update"
},
{
"action": "api::course.course.create"
},
Expand Down
1 change: 1 addition & 0 deletions src/extensions/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
S

0 comments on commit 2ad283b

Please sign in to comment.