Skip to content

docs: add organizations guide #14012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
bpmct committed Aug 18, 2024
commit 8c66d34e68095b9bed2ae246bf724ddba3adcc40
19 changes: 10 additions & 9 deletions docs/guides/using-organizations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using Organizations (Alpha)
# Using Organizations

> Note: Organizations is still under active development and requires a
> non-standard enterprise license to use. Do not use organizations on your
Expand Down Expand Up @@ -63,7 +63,7 @@ From there, you can manage the name, icon, description, users, and groups:
Within the sidebar, click `New organization` to create an organization. In this
example, we'll create the `data-platform` org.

![](../images/guides/using-organizations/new-organization.png)
![New Organization](../images/guides/using-organizations/new-organization.png)

From there, let's deploy a provisioner and template for this organization.

Expand Down Expand Up @@ -114,17 +114,18 @@ their organization. Users can be in multiple organizations.
Navigate to `Deployment->Organizations` to add members to your organization.
Once added, they will be able to see the organization-specific templates.

![](../images/guides/using-organizations/organization-members.png)
![Add members](../images/guides/using-organizations/organization-members.png)

## Planned work

Organizations is under active development. The following features are planned
before organizations are generally available:
Organizations is under active development. The work is planned before
organizations is generally available:

- [ ] Per-Organization Quotas
- [ ] Sync OIDC claims to auto-assign users to organizations / roles + SCIM
support
- [ ] View provisioner health via the Coder UI
- View provisioner health via the Coder UI
- Custom Role support in Coder UI
- Per-organization quotas
- Improved visibility of organization-specific resources throughout the UI
- Sync OIDC claims to auto-assign users to organizations / roles + SCIM support

## Support & Feedback

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@
"title": "Using Organizations",
"description": "Learn how to onboard multiple platform teams with Organizations",
"path": "./guides/using-organizations.md",
"state": "alpha"
"state": "enterprise"
},
{
"title": "Generate a Support Bundle",
Expand Down
Loading