Skip to content

Commit 2a02f3f

Browse files
committed
make fmt
1 parent 59f145c commit 2a02f3f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/admin/provisioners.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The provisioner daemon must authenticate with your Coder deployment.
4040

4141
## Scoped Key (Recommended)
4242

43-
We recommend creating finely-scoped keys for provisioners.
44-
Keys are scoped to an organization, and optionally to a specific set of tags.
43+
We recommend creating finely-scoped keys for provisioners. Keys are scoped to an
44+
organization, and optionally to a specific set of tags.
4545

4646
To create a key for an organization that will match untagged jobs:
4747

@@ -102,10 +102,11 @@ tags.
102102

103103
## Global PSK (Not Recommended)
104104

105-
> [!NOTE] We do not recommend this approach anymore, as it makes
106-
> key rotation or isolating provisioners far more difficult.
105+
> [!NOTE] We do not recommend this approach anymore, as it makes key rotation or
106+
> isolating provisioners far more difficult.
107107
108-
A deployment-wide PSK can be used to authenticate any provisioner. To use a global PSK, set a
108+
A deployment-wide PSK can be used to authenticate any provisioner. To use a
109+
global PSK, set a
109110
[provisioner daemon pre-shared key (PSK)](../reference/cli/server.md#--provisioner-daemon-psk)
110111
on the Coder server.
111112

@@ -286,7 +287,8 @@ will use in concert with the Helm chart for deploying the Coder server.
286287
# coder provisioner keys create my-cool-key --org default --tags location=auh kind=k8s
287288
```
288289

289-
Successfully created provisioner key kubernetes-key! Save this authentication token, it will not be shown again.
290+
Successfully created provisioner key kubernetes-key! Save this authentication
291+
token, it will not be shown again.
290292

291293
<key omitted>
292294
```
@@ -302,7 +304,7 @@ will use in concert with the Helm chart for deploying the Coder server.
302304
```yaml
303305
provisionerDaemon:
304306
keySecretName: "coder-provisioner-keys"
305-
keySecretKey: "key1"
307+
keySecretKey: "key1"
306308
```
307309
308310
1. Redeploy Coder with the new `values.yaml` to roll out the PSK. You can omit
@@ -326,7 +328,7 @@ will use in concert with the Helm chart for deploying the Coder server.
326328
replicaCount: 10
327329
provisionerDaemon:
328330
keySecretName: "coder-provisioner-keys"
329-
keySecretKey: "key1"
331+
keySecretKey: "key1"
330332
```
331333

332334
This example creates a deployment of 10 provisioner daemons (for 10

0 commit comments

Comments
 (0)