mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
@ -503,7 +503,7 @@ func ReloadBuiltinRoles(opts *RoleOptions) {
|
||||
// the ability to create templates and provisioners has
|
||||
// a lot of overlap.
|
||||
ResourceProvisionerDaemon.Type: {policy.ActionCreate, policy.ActionRead, policy.ActionUpdate, policy.ActionDelete},
|
||||
ResourceProvisionerJobs.Type: {policy.ActionRead},
|
||||
ResourceProvisionerJobs.Type: {policy.ActionRead, policy.ActionUpdate, policy.ActionCreate},
|
||||
}),
|
||||
},
|
||||
User: []Permission{},
|
||||
|
Reference in New Issue
Block a user