From a90942f4defa3507df6739c866a9aa46d377e02b Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 9 Jun 2023 14:28:46 +0000 Subject: [PATCH 1/2] docs: add multi git providers to enterprise chart --- docs/enterprise.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/enterprise.md b/docs/enterprise.md index 54d94f3e908b7..be35d5f4a130e 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -14,6 +14,7 @@ trial](https://coder.com/trial). | Cost Control | [Quotas](./admin/quotas.md) | ❌ | ✅ | | Cost Control | [Max Workspace Autostop](./templates/#configure-max-workspace-autostop) | ❌ | ✅ | | Deployment | [High Availability](./admin/high-availability.md) | ❌ | ✅ | +| Deployment | [Multiple Git Providers](./admin/git-providers.md#multiple-git-providers-enterprise) | ❌ | ✅ | | Deployment | [Appearance](./admin/appearance.md) | ❌ | ✅ | | Deployment | [Isolated Terraform Runners](./admin/provisioners.md) | ❌ | ✅ | | Deployment | [Workspace Proxies](./admin/workspace-proxies.md) | ❌ | ✅ | From fe8dba3f64ea431d20ca37e4dcf1bc8efb2d368f Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 9 Jun 2023 14:42:40 +0000 Subject: [PATCH 2/2] make: fmt --- docs/enterprise.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/enterprise.md b/docs/enterprise.md index be35d5f4a130e..c487b406dc7b4 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -4,20 +4,20 @@ Coder is free to use and includes some features that are only accessible with a [Contact Sales](https://coder.com/contact) for pricing or [get a free trial](https://coder.com/trial). -| Category | Feature | Open Source | Enterprise | -| --------------- | ----------------------------------------------------------------------------- | :---------: | :--------: | -| User Management | [Groups](./admin/groups.md) | ❌ | ✅ | -| User Management | [SCIM](./admin/auth.md#scim) | ❌ | ✅ | -| Governance | [Audit Logging](./admin/audit-logs.md) | ❌ | ✅ | -| Governance | [Browser Only Connections](./networking/#browser-only-connections-enterprise) | ❌ | ✅ | -| Governance | [Template Access Control](./admin/rbac.md) | ❌ | ✅ | -| Cost Control | [Quotas](./admin/quotas.md) | ❌ | ✅ | -| Cost Control | [Max Workspace Autostop](./templates/#configure-max-workspace-autostop) | ❌ | ✅ | -| Deployment | [High Availability](./admin/high-availability.md) | ❌ | ✅ | +| Category | Feature | Open Source | Enterprise | +| --------------- | ------------------------------------------------------------------------------------ | :---------: | :--------: | +| User Management | [Groups](./admin/groups.md) | ❌ | ✅ | +| User Management | [SCIM](./admin/auth.md#scim) | ❌ | ✅ | +| Governance | [Audit Logging](./admin/audit-logs.md) | ❌ | ✅ | +| Governance | [Browser Only Connections](./networking/#browser-only-connections-enterprise) | ❌ | ✅ | +| Governance | [Template Access Control](./admin/rbac.md) | ❌ | ✅ | +| Cost Control | [Quotas](./admin/quotas.md) | ❌ | ✅ | +| Cost Control | [Max Workspace Autostop](./templates/#configure-max-workspace-autostop) | ❌ | ✅ | +| Deployment | [High Availability](./admin/high-availability.md) | ❌ | ✅ | | Deployment | [Multiple Git Providers](./admin/git-providers.md#multiple-git-providers-enterprise) | ❌ | ✅ | -| Deployment | [Appearance](./admin/appearance.md) | ❌ | ✅ | -| Deployment | [Isolated Terraform Runners](./admin/provisioners.md) | ❌ | ✅ | -| Deployment | [Workspace Proxies](./admin/workspace-proxies.md) | ❌ | ✅ | +| Deployment | [Appearance](./admin/appearance.md) | ❌ | ✅ | +| Deployment | [Isolated Terraform Runners](./admin/provisioners.md) | ❌ | ✅ | +| Deployment | [Workspace Proxies](./admin/workspace-proxies.md) | ❌ | ✅ | > Previous plans to restrict OIDC and Git Auth features in OSS have been removed > as of 2023-01-11