Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ammario merged 1 commit intomainfroment-docs
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes fromall 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 deletionsdocs/admin/auth.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,6 +77,10 @@ Once complete, run `sudo service coder restart` to reboot Coder.
##SCIM

<blockquoteclass="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 deletionsdocs/admin/enterprise.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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-onlyfeaturesinclude:
Thesefeaturesare 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 deletionsdocs/networking.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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

<blockquoteclass="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

[8]ページ先頭

©2009-2025 Movatter.jp