diff --git a/docs/enterprise.md b/docs/enterprise.md index f2a84adf86..60b4af4be1 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -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 diff --git a/docs/images/add-license-ui.png b/docs/images/add-license-ui.png new file mode 100644 index 0000000000..03ff419d15 Binary files /dev/null and b/docs/images/add-license-ui.png differ diff --git a/package.json b/package.json index f14c5618ef..6e6e1f420b 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ }, "devDependencies": { "prettier": "3.0.0" + }, + "dependencies": { + "exec": "^0.2.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 34c7314688..e5e4d2584e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,11 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +dependencies: + exec: + specifier: ^0.2.1 + version: 0.2.1 + devDependencies: prettier: specifier: 3.0.0 @@ -11,6 +16,12 @@ devDependencies: packages: + /exec@0.2.1: + resolution: {integrity: sha512-lE5ZlJgRYh+rmwidatL2AqRA/U9IBoCpKlLriBmnfUIrV/Rj4oLjb63qZ57iBCHWi5j9IjLt5wOWkFYPiTfYAg==} + engines: {node: '>= v0.9.1'} + deprecated: deprecated in favor of builtin child_process.execFile + dev: false + /prettier@3.0.0: resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} engines: {node: '>=14'}