Skip to content

Commit 4f3958c

Browse files
authored
docs: link all enterprise features (#4368)
1 parent b65c555 commit 4f3958c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

docs/admin/auth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Once complete, run `sudo service coder restart` to reboot Coder.
7777
7878
## SCIM
7979

80+
<blockquote class="info">
81+
SCIM is only available in the Enterprise Edition.
82+
</blockquote>
83+
8084
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
8185
authentication. Upon deactivation, users are [suspended](userd.md#suspend-a-user)
8286
and are not deleted. [Configure](./configure.md) your SCIM application with an

docs/admin/enterprise.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
Coder is free to use and includes some features that are only accessible with a paid license.
44
Contact sales@coder.com to obtain a license.
55

6-
Our Enterprise-only features include:
6+
These features are available in the enterprise edition:
77

88
- [Audit Logging](./audit-logs.md)
9-
- Browser Only Connections
10-
- Template RBAC
9+
- [Browser Only Connections](../networking.md#browser-only-connections)
1110
- [Quotas](./quotas.md)
11+
- [SCIM](./auth.md#scim)
12+
13+
And we're releasing these imminently:
14+
1215
- High Availability
16+
- Template RBAC
1317

1418
## Adding your license key
1519

docs/networking.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ The dashboard (and web apps opened through the dashboard) are served from the
8888
coder server, so they can only be geo-distributed with High Availability mode in
8989
our Enterprise Edition. [Reach out to sales](mailto:sales@coder.com) to learn more.
9090

91+
## Browser-only connections
92+
93+
<blockquote class="info">
94+
Browser-only connections are available in the Enterprise Edition.
95+
</blockquote>
96+
97+
Some Coder deployments must only permit access through the browser to comply
98+
with security policies. In these cases, pass the `--browser-only` flag to
99+
`coder server` or set `CODER_BROWSER_ONLY=true`.
100+
91101
## Troubleshooting
92102

93103
The `coder speedtest <workspace>` command measures user <-> workspace throughput.

0 commit comments

Comments
 (0)