Skip to content

Commit

Permalink
controlled-user-shared-workspace-resource/read
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Jul 30, 2024
1 parent 1871644 commit 6d5c241
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ resourceTypes = {
reader = {
roleActions = ["read"]
}
rawls = {
roleActions = [
# rawls needs read workspace storage containers for clone operation
"read"
]
}
}
reuseIds = false
}
Expand Down
13 changes: 13 additions & 0 deletions src/main/resources/sam.conf
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,19 @@ resourceAccessPolicies {
]
}
}
controlled-user-shared-workspace-resource {
rawls {
memberEmails = [
${?RAWLS_SERVICE_ACCOUNT}
]
descendantPermissions = [
{
resourceTypeName = "controlled-user-shared-workspace-resource",
roles = ["rawls"]
}
]
}
}
kubernetes-app {
rawls {
memberEmails = [
Expand Down

0 comments on commit 6d5c241

Please sign in to comment.