A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/coder/coder/commit/5f7e5d709787ca4e6ec287197f112d56d0eae2c8 below:

support prebuilt workspaces in non-default organizations (#18010) · coder/coder@5f7e5d7 · GitHub

@@ -412,6 +412,21 @@ var (

412 412

policy.ActionCreate, policy.ActionDelete, policy.ActionRead, policy.ActionUpdate,

413 413

policy.ActionWorkspaceStart, policy.ActionWorkspaceStop,

414 414

},

415 +

// Should be able to add the prebuilds system user as a member to any organization that needs prebuilds.

416 +

rbac.ResourceOrganizationMember.Type: {

417 +

policy.ActionCreate,

418 +

},

419 +

// Needs to be able to assign roles to the system user in order to make it a member of an organization.

420 +

rbac.ResourceAssignOrgRole.Type: {

421 +

policy.ActionAssign,

422 +

},

423 +

// Needs to be able to read users to determine which organizations the prebuild system user is a member of.

424 +

rbac.ResourceUser.Type: {

425 +

policy.ActionRead,

426 +

},

427 +

rbac.ResourceOrganization.Type: {

428 +

policy.ActionRead,

429 +

},

415 430

}),

416 431

},

417 432

}),


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4