Skip to content

Commit

Permalink
add oflatt as owner
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Jun 6, 2024
1 parent 4472038 commit f1f0366
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"principal": "User::\"oflatt\"",
"principal": "User::\"oflatt-general\"",
"action": "Action::\"ManageRole\"",
"resource": "Role::\"everyone\"",
"context": {}
Expand Down
80 changes: 80 additions & 0 deletions cedar-example-use-cases/discord/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,85 @@
}
},
"parents": []
},
{
"uid": {
"type": "Roles",
"id": "oflatt-roles"
},
"attrs": {},
"parents": [
{
"type": "Role",
"id": "everyone"
},
{
"type": "Role",
"id": "owner"
}
]
},
{
"uid": {
"type": "ChannelRoles",
"id": "oflatt-announcements-roles"
},
"attrs": {},
"parents": [
{
"type": "ChannelRole",
"id": "everyone-announcements"
}
]
},
{
"uid": {
"type": "ChannelRoles",
"id": "oflatt-general-roles"
},
"attrs": {},
"parents": []
},
{
"uid": {
"type": "User",
"id": "oflatt-announcements"
},
"attrs": {
"roles": {
"type": "Roles",
"id": "oflatt-roles"
},
"channel_roles": {
"type": "ChannelRoles",
"id": "oflatt-announcements-roles"
},
"channel": {
"type": "Channel",
"id": "announcements"
}
},
"parents": []
},
{
"uid": {
"type": "User",
"id": "oflatt-general"
},
"attrs": {
"roles": {
"type": "Roles",
"id": "oflatt-roles"
},
"channel_roles": {
"type": "ChannelRoles",
"id": "oflatt-general-roles"
},
"channel": {
"type": "Channel",
"id": "general"
}
},
"parents": []
}
]

0 comments on commit f1f0366

Please sign in to comment.