Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
docs: ui option for adding licenses
  • Loading branch information
Sharkymark committed Aug 25, 2023
commit 850b57e68c8fe20188e985c0c9a884f50cef0338
15 changes: 12 additions & 3 deletions docs/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,20 @@ paid license. [Contact Sales](https://coder.com/contact) for pricing or
| Deployment | [Isolated Terraform Runners](./admin/provisioners.md) | ❌ | ✅ |
| Deployment | [Workspace Proxies](./admin/workspace-proxies.md) | ❌ | ✅ |

> Previous plans to restrict OIDC and Git Auth features in OSS have been removed
> as of 2023-01-11

## Adding your license key

There are two ways to add an enterprise license to a Coder deployment: In the
Coder UI or with the Coder CLI.

### Coder UI

Click Deployment, Licenses, Add a license then drag or select the license file
with the `jwt` extension.

![Add License UI](./images/add-license-ui.png)

### Coder CLI

### Requirements

- Your license key
Expand Down
Binary file added docs/images/add-license-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
},
"devDependencies": {
"prettier": "3.0.0"
},
"dependencies": {
"exec": "^0.2.1"
}
}
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.