Skip to content

Commit 24991b6

Browse files
committed
Fmt
1 parent cb4b578 commit 24991b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/admin/auth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ helm upgrade <release-name> coder-v2/coder -n <namespace> -f values.yaml
147147
</blockquote>
148148

149149
An alternative authentication method is to use signed JWT tokens rather than a shared `client_secret`. This requires 2 files.
150+
150151
- An RSA private key file
151152
- ```text
152153
-----BEGIN RSA PRIVATE KEY-----
@@ -167,7 +168,6 @@ Reference the documentation provided by your provider on how to do this. Dependi
167168
- <!-- Okta --> JWT for Client Authentication
168169
- <!-- Auth0 --> Authenticate with Private Key JWT
169170
170-
171171
Once the key and certificate are uploaded, you can run Coder with the files. Navigate to your Coder host and run the following command to start up the Coder server:
172172
173173
```console
@@ -201,6 +201,7 @@ coder:
201201
```
202202
203203
To upgrade Coder, run:
204+
204205
```console
205206
helm upgrade <release-name> coder-v2/coder -n <namespace> -f values.yaml
206207
```

0 commit comments

Comments
 (0)