Skip to content

Commit 4bed492

Browse files
authored
docs: ui option for adding licenses (#9322)
1 parent 7ddb216 commit 4bed492

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

docs/enterprise.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,20 @@ paid license. [Contact Sales](https://coder.com/contact) for pricing or
2020
| Deployment | [Isolated Terraform Runners](./admin/provisioners.md) |||
2121
| Deployment | [Workspace Proxies](./admin/workspace-proxies.md) |||
2222

23-
> Previous plans to restrict OIDC and Git Auth features in OSS have been removed
24-
> as of 2023-01-11
25-
2623
## Adding your license key
2724

25+
There are two ways to add an enterprise license to a Coder deployment: In the
26+
Coder UI or with the Coder CLI.
27+
28+
### Coder UI
29+
30+
Click Deployment, Licenses, Add a license then drag or select the license file
31+
with the `jwt` extension.
32+
33+
![Add License UI](./images/add-license-ui.png)
34+
35+
### Coder CLI
36+
2837
### Requirements
2938

3039
- Your license key

docs/images/add-license-ui.png

56.3 KB
Loading

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
},
88
"devDependencies": {
99
"prettier": "3.0.0"
10+
},
11+
"dependencies": {
12+
"exec": "^0.2.1"
1013
}
1114
}

pnpm-lock.yaml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)