Commit 6169471
authored
fix: Grant notes-related permissions to cloud owner, viewer, and editor roles. (#190)
This PR fixes an issue in which Datum users were not able to create
notes under their domains.
Users received the next error message when trying to create a note:
```json
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "notes.notes.miloapis.com is forbidden: User \"xxxxx@xxxxx.com\" cannot create resource \"notes\" in API group \"notes.miloapis.com\" in the namespace \"default\"",
"reason": "Forbidden",
"details": {
"group": "notes.miloapis.com",
"kind": "notes"
},
"code": 403
}
```
Related to:
https://discord.com/channels/1420159806496440412/1452783709295214805/1481416482809450640File tree
3 files changed
+6
-0
lines changed- config/assignable-organization-roles/roles
3 files changed
+6
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
0 commit comments