Skip to content

Commit

Permalink
add view_status billing project action (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Jan 2, 2019
1 parent 4d22f25 commit cfac763
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,17 @@ resourceTypes = {
"read_policy::.+" = {
description = "view the membership of the specified policy"
}
view_status = {
description = "view status of a billing-project"
}
}
ownerRoleName = "owner"
roles = {
owner = {
roleActions = ["create_workspace", "alter_policies", "read_policies", "launch_batch_compute", "list_notebook_cluster", "launch_notebook_cluster", "sync_notebook_cluster", "delete_notebook_cluster", "alter_google_role"]
roleActions = ["view_status", "create_workspace", "alter_policies", "read_policies", "launch_batch_compute", "list_notebook_cluster", "launch_notebook_cluster", "sync_notebook_cluster", "delete_notebook_cluster", "alter_google_role"]
}
workspace-creator = {
roleActions = ["create_workspace", "share_policy::can-compute-user", "read_policy::can-compute-user"]
roleActions = ["view_status", "create_workspace", "share_policy::can-compute-user", "read_policy::can-compute-user"]
}
batch-compute-user = {
roleActions = ["launch_batch_compute"]
Expand Down

0 comments on commit cfac763

Please sign in to comment.