Skip to content

Commit 8adc725

Browse files
committed
org id and provisioner key
1 parent 6f2022c commit 8adc725

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/guides/using-organizations.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ using Coder CLI, run the following command to create a key that will be used to
5959
authenticate the provisioner:
6060

6161
```sh
62-
coder provisioner keys create data-cluster --org data-platform
62+
coder provisioner keys create data-cluster-key --org data-platform
6363
Successfully created provisioner key data-cluster! Save this authentication token, it will not be shown again.
6464

65-
< key omitted >>
65+
< key omitted >
6666
```
6767

6868
Next, on your desired platform, start the provisioner with the key. See our
@@ -71,9 +71,11 @@ additional platforms (e.g. Kubernetes). In this example, we'll start it directly
7171
with the Coder CLI on a host with Docker:
7272

7373
```sh
74-
coder provisionerd start --key=<key>
74+
coder provisionerd start --org <org-id> --key=<key>
7575
```
7676

77+
> To get the organization ID, run `coder orgs show me` using the Coder CLI.
78+
7779
### 3. Create a template
7880

7981
WIP!
@@ -99,5 +101,4 @@ before organizations are generally available:
99101

100102
- [ ] Sync OIDC claims to auto-assign users to organizations / roles + SCIM
101103
support
102-
- [ ] Audit logs per organization + global audit log
103104
- [ ] View provisioner health and create PSKs via the Coder UI

0 commit comments

Comments
 (0)