Skip to content

Commit

Permalink
Language
Browse files Browse the repository at this point in the history
  • Loading branch information
rtitle committed Sep 23, 2024
1 parent 2d78fbd commit 581579a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ resourceTypes = {
}
# See https://broadworkbench.atlassian.net/browse/IA-5062
# This role can be removed after the migration is complete.
leo_migration = {
leo_migrator = {
roleActions = ["read_policies", "add_child"]
}
}
Expand Down Expand Up @@ -686,7 +686,7 @@ resourceTypes = {
}
# See https://broadworkbench.atlassian.net/browse/IA-5062
# This role can be removed after the migration is complete.
leo_mgiration = {
leo_migrator = {
roleActions = ["read_policies", "add_child"]
}
}
Expand Down Expand Up @@ -841,7 +841,7 @@ resourceTypes = {
}
# See https://broadworkbench.atlassian.net/browse/IA-5062
# This role can be removed after the migration is complete.
leo_migration = {
leo_migrator = {
roleActions = ["read_policies", "get_parent", "set_parent"]
}
}
Expand Down Expand Up @@ -882,7 +882,7 @@ resourceTypes = {
}
# See https://broadworkbench.atlassian.net/browse/IA-5062
# This role can be removed after the migration is complete.
leo_migration = {
leo_migrator = {
roleActions = ["read_policies", "get_parent", "set_parent"]
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/sam.conf
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ resourceAccessPolicies {
descendantPermissions = [
{
resourceTypeName = "workspace",
roles = ["leo_migration"]
roles = ["leo_migrator"]
}
]
}
Expand Down Expand Up @@ -450,7 +450,7 @@ resourceAccessPolicies {
descendantPermissions = [
{
resourceTypeName = "notebook-cluster",
roles = ["leo_migration"]
roles = ["leo_migrator"]
}
]
}
Expand All @@ -463,7 +463,7 @@ resourceAccessPolicies {
descendantPermissions = [
{
resourceTypeName = "persistent-disk",
roles = ["leo_migration"]
roles = ["leo_migrator"]
}
]
}
Expand All @@ -476,7 +476,7 @@ resourceAccessPolicies {
descendantPermissions = [
{
resourceTypeName = "google-project",
roles = ["leo_migration"]
roles = ["leo_migrator"]
}
]
}
Expand Down

0 comments on commit 581579a

Please sign in to comment.