You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: enterprise/coderd/license/testdata/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
Licensing in Coderd defines what features are allowed to be used by a given deployment. Without a license, or with a license that grants 0 features, Coderd will refuse to execute code paths for some features. These features are typically gated with a middleware that checks the license before allowing the request to proceed.
4
4
5
-
6
5
## Terms
7
6
8
7
-**Feature**: A specific functionality that Coderd provides, such as external provisioners. Features are defined in the `Feature` enum in [`codersdk/deployment.go`](https://github.com/coder/coder/blob/main/codersdk/deployment.go#L36-L60). A feature can be "entitled", "grace period", or "not entitled". Additionally, a feature can be "disabled" that prevents usage of the feature even if the deployment is entitled to it. Disabled features are a configuration option by the deployment operator.
0 commit comments