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: use enterprise badges#4428

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 intomainfromdocs-enterprise
Oct 8, 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
6 changes: 1 addition & 5 deletionsdocs/admin/auth.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -75,11 +75,7 @@ Once complete, run `sudo service coder restart` to reboot Coder.

> When a new user is created, the `preferred_username` claim becomes the username. If this claim is empty, the email address will be stripped of the domain, and become the username (e.g. `example@coder.com` becomes `example`).

## SCIM

<blockquote class="info">
SCIM is only available in the Enterprise Edition.
</blockquote>
## SCIM (enterprise)

Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
authentication. Upon deactivation, users are [suspended](userd.md#suspend-a-user)
Expand Down
4 changes: 0 additions & 4 deletionsdocs/admin/quotas.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
# Quotas

<blockquote class="info">
Workspace Quotas are only available in the Enterprise Edition.
</blockquote>

Coder Enterprise admins may define deployment-level quotas to protect against
Denial-of-Service, control costs, and ensure equitable access to cloud resources.

Expand Down
6 changes: 4 additions & 2 deletionsdocs/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -202,13 +202,15 @@
"title": "Audit Logs",
"description": "Learn how to use Audit Logs in your Coder deployment.",
"icon_path": "./images/icons/radar.svg",
"path": "./admin/audit-logs.md"
"path": "./admin/audit-logs.md",
"state": "enterprise"
},
{
"title": "Quotas",
"description": "Learn how to use Workspace Quotas in Coder.",
"icon_path": "./images/icons/dollar.svg",
"path": "./admin/quotas.md"
"path": "./admin/quotas.md",
"state": "enterprise"
},
{
"title": "Enterprise",
Expand Down
8 changes: 2 additions & 6 deletionsdocs/networking.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -88,13 +88,9 @@ 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
## Browser-only connections (enterprise)

<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
Some Coder deployments require that all access is 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`.

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp