Skip to content

Commit f1e05b5

Browse files
Fixes after merge
1 parent 09449f1 commit f1e05b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

coderd/rbac/policy/policy.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ var RBACPermissions = map[string]PermissionDefinition{
345345
},
346346
"user_secret": {
347347
Actions: map[Action]ActionDefinition{
348-
ActionCreate: actDef("create a user secret"),
349-
ActionRead: actDef("read a user secret"),
350-
ActionUpdate: actDef("update a user secret"),
351-
ActionDelete: actDef("delete a user secret"),
348+
ActionCreate: "create a user secret",
349+
ActionRead: "read a user secret",
350+
ActionUpdate: "update a user secret",
351+
ActionDelete: "delete a user secret",
352352
},
353353
},
354354
}

0 commit comments

Comments
 (0)