1
1
# Organizations (Premium)
2
2
3
- > Note: Organizations requires a [ Premium license] ( ../licensing.md ) . For more
4
- > details, [ contact your account team] ( https://coder.com/contact ) .
3
+ > Note: Organizations requires a
4
+ > [ Premium license] ( https://coder.com/pricing#compare-plans ) . For more details,
5
+ > [ contact your account team] ( https://coder.com/contact ) .
5
6
6
7
Organizations can be used to segment and isolate resources inside a Coder
7
8
deployment for different user groups or projects.
@@ -30,11 +31,12 @@ From there, you can manage the name, icon, description, users, and groups:
30
31
31
32
Any additional organizations have unique admins, users, templates, provisioners,
32
33
groups, and workspaces. Each organization must have at least one
33
- [ provisioner] ( ./provisioners.md ) as the built-in provisioner only applies to the
34
- default organization.
34
+ [ provisioner] ( .. /provisioners.md ) as the built-in provisioner only applies to
35
+ the default organization.
35
36
36
- You can configure [ organization/role/group sync] ( ./auth.md ) from your identity
37
- provider to avoid manually assigning users to organizations.
37
+ You can configure
38
+ [ organization/role/group sync] ( ./oidc-auth.md#group-sync-enterprise-premium )
39
+ from your identity provider to avoid manually assigning users to organizations.
38
40
39
41
## Creating an organization
40
42
@@ -55,11 +57,10 @@ From there, let's deploy a provisioner and template for this organization.
55
57
56
58
### 2. Deploy a provisioner
57
59
58
- [ Provisioners] ( ../admin/provisioners.md ) are organization-scoped and are
59
- responsible for executing Terraform/OpenTofu to provision the infrastructure for
60
- workspaces and testing templates. Before creating templates, we must deploy at
61
- least one provisioner as the built-in provisioners are scoped to the default
62
- organization.
60
+ [ Provisioners] ( ../provisioners.md ) are organization-scoped and are responsible
61
+ for executing Terraform/OpenTofu to provision the infrastructure for workspaces
62
+ and testing templates. Before creating templates, we must deploy at least one
63
+ provisioner as the built-in provisioners are scoped to the default organization.
63
64
64
65
Using Coder CLI, run the following command to create a key that will be used to
65
66
authenticate the provisioner:
0 commit comments