docs: link all enterprise features (#4368)

This commit is contained in:
Ammar Bandukwala 2022-10-05 14:05:28 -05:00 committed by GitHub
parent b65c555dfc
commit 4f3958c831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 3 deletions

View File

@ -77,6 +77,10 @@ Once complete, run `sudo service coder restart` to reboot Coder.
## SCIM
<blockquote class="info">
SCIM is only available in the Enterprise Edition.
</blockquote>
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
authentication. Upon deactivation, users are [suspended](userd.md#suspend-a-user)
and are not deleted. [Configure](./configure.md) your SCIM application with an

View File

@ -3,13 +3,17 @@
Coder is free to use and includes some features that are only accessible with a paid license.
Contact sales@coder.com to obtain a license.
Our Enterprise-only features include:
These features are available in the enterprise edition:
- [Audit Logging](./audit-logs.md)
- Browser Only Connections
- Template RBAC
- [Browser Only Connections](../networking.md#browser-only-connections)
- [Quotas](./quotas.md)
- [SCIM](./auth.md#scim)
And we're releasing these imminently:
- High Availability
- Template RBAC
## Adding your license key

View File

@ -88,6 +88,16 @@ The dashboard (and web apps opened through the dashboard) are served from the
coder server, so they can only be geo-distributed with High Availability mode in
our Enterprise Edition. [Reach out to sales](mailto:sales@coder.com) to learn more.
## Browser-only connections
<blockquote class="info">
Browser-only connections are available in the Enterprise Edition.
</blockquote>
Some Coder deployments must only permit access through the browser to comply
with security policies. In these cases, pass the `--browser-only` flag to
`coder server` or set `CODER_BROWSER_ONLY=true`.
## Troubleshooting
The `coder speedtest <workspace>` command measures user <-> workspace throughput.