Skip to content

docs: link all enterprise features #4368

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 1 commit into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions docs/admin/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions docs/admin/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions docs/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down