Skip to content

Commit bc5c2f4

Browse files
committed
fix: update to create:node for tiled
1 parent 1c102e6 commit bc5c2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

policy/diamond/policy/tiled/tiled.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ read_scopes := {
1212
write_scopes := {
1313
"write:metadata",
1414
"write:data",
15-
"create",
15+
"create:node",
1616
"register",
1717
}
1818

policy/diamond/policy/tiled/tiled_test.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test_blueapi_given_write_scopes if {
1919
"read:data",
2020
"write:metadata",
2121
"write:data",
22-
"create",
22+
"create:node",
2323
"register",
2424
} with data.diamond.policy.token.claims as {"azp": "foo-blueapi"}
2525
}

0 commit comments

Comments
 (0)