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: add organizations, provisioners, and premium license docs#14778

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
stirby merged 33 commits intomainfromorgs-licenses
Oct 1, 2024
Merged
Changes from1 commit
Commits
Show all changes
33 commits
Select commitHold shift + click to select a range
69d4f75
Add documentation for managing organizations
bpmctSep 24, 2024
4c8a165
Update icon path in organizations guide
bpmctSep 24, 2024
1595a72
Update RBAC documentation state in manifest
bpmctSep 24, 2024
6cf30a7
Add beta notice to organizations documentation
bpmctSep 24, 2024
5bc2c2e
Remove references to enterprise page
bpmctSep 25, 2024
abc156e
Update provisioners documentation for clarity
bpmctSep 25, 2024
0d76ed0
Update documentation to "premium" edition
bpmctSep 25, 2024
13f0a0e
Add documentation for licensing and group sync
bpmctSep 26, 2024
fe895cd
chore(docs): outline new feature stages (#14786)
EdwardAngertSep 26, 2024
d8de325
progress
bpmctSep 29, 2024
f48f21c
Merge branch 'main' into orgs-licenses
bpmctSep 29, 2024
67199d2
Add instructions for fetching role mappings
bpmctSep 29, 2024
941d9c2
Update role sync documentation for clarity
bpmctSep 29, 2024
ff7a8e2
Update organization sync troubleshooting links
bpmctSep 29, 2024
05369f6
Add org sync setup instructions to documentation
bpmctSep 29, 2024
f08be61
Fix sync link text order in organizations guide
bpmctSep 29, 2024
67ce5d4
Add section on custom roles to users guide
bpmctSep 29, 2024
841fa65
Update links to include premium in sync docs
bpmctSep 29, 2024
4473b2a
Update provisioners documentation for clarity
bpmctSep 29, 2024
2f0e14e
Update create organization page description
bpmctSep 29, 2024
10354d4
Remove subproject directories and update JSON format
bpmctSep 29, 2024
30e291f
fix(docs): correct license link path in org guide
bpmctSep 29, 2024
15efb35
Update organization documentation link paths
bpmctSep 30, 2024
6c2d6b2
Update paywall links to licensing doc
bpmctSep 30, 2024
e100b55
Update documentation for Premium license references
bpmctSep 30, 2024
821d9f2
Update licensing documentation for Premium plan
bpmctOct 1, 2024
5b41d99
fix(docs): improve clarity in licensing intro
bpmctOct 1, 2024
ee69767
Suppress link checker for licensing doc update
bpmctOct 1, 2024
6610084
Update manifest to improve readability and rename icon
bpmctOct 1, 2024
c26db48
Refactor manifest state to use consistent arrays
bpmctOct 1, 2024
f9c4202
fmt
bpmctOct 1, 2024
e3b34ff
Refactor route state field to support multiple states
bpmctOct 1, 2024
eb71bfa
fix: paywall doc link
jaaydenhOct 1, 2024
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
PrevPrevious commit
NextNext commit
Merge branch 'main' into orgs-licenses
  • Loading branch information
@bpmct
bpmct committedSep 29, 2024
commitf48f21c438e974de4581743436abd8cae9bb9f38
30 changes: 22 additions & 8 deletionsdocs/admin/provisioners.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,9 +26,7 @@ For example, running 30 provisioner containers will allow 30 users to start
workspaces at the same time.

Provisioners are started with the
[`coder provisionerd start`](../reference/cli/provisionerd_start.md) command in
the [full Coder binary](https://github.com/coder/coder/releases). Keep reading
to learn how to start provisioners via Docker, Kubernetes, Systemd, etc.
[coder provisionerd start](../reference/cli/provisioner_start.md) command.

## Authentication

Expand All@@ -43,13 +41,29 @@ running for each organization.
We recommend creating finely-scoped keys for provisioners. Keys are scoped to an
organization.

```sh
coder provisioner keys create my-key \
--org default
Provisioners can broadly be categorized by scope: `organization` or `user`. The
scope of a provisioner can be specified with
[`-tag=scope=<scope>`](../reference/cli/provisioner_start.md#t---tag) when
starting the provisioner daemon. Only users with at least the
[Template Admin](../admin/users.md#roles) role or higher may create
organization-scoped provisioner daemons.

Successfully created provisioner key my-key! Save this authentication token, it will not be shown again.
Successfully created provisioner key my-key! Save this authentication token, it
will not be shown again.

<key omitted>
- [Built-in provisioners](../reference/cli/server.md#provisioner-daemons) are
always organization-scoped.
- External provisioners started using a
[pre-shared key (PSK)](../reference/cli/provisioner_start.md#psk) are always
organization-scoped.

### Organization-Scoped Provisioners

**Organization-scoped Provisioners** can pick up build jobs created by any user.
These provisioners always have the implicit tags `scope=organization owner=""`.

```shell
coder provisionerd start --org <organization_name>
```

Or, restrict the provisioner to jobs with specific tags
Expand Down
You are viewing a condensed version of this merge commit. You can view thefull changes here.

[8]ページ先頭

©2009-2025 Movatter.jp