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: docs/vendor/licenses-about.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,6 @@ Built-in fields are reserved field names. You can specify the values for these f
43
43
44
44
You can also create custom license fields to define entitlements specific to the customer. For example, you can create a custom license field to limit the number of active users permitted. For more information about creating custom license fields, see [Managing Custom License Fields](licenses-adding-custom-fields).
45
45
46
-
## About License Expiration Handling {#expiration}
47
-
48
-
The built-in `expires_at` license field defines the expiration date for a customer license. When you set an expiration date in the Vendor Portal, the `expires_at` field is set to midnight UTC on the date selected.
49
-
50
-
Replicated enforces the following logic when a license expires:
51
-
* By default, instances with expired licenses continue to run.
52
-
To change the behavior of your application when a license expires, you can can add custom logic in your application that queries the `expires_at` field using the Replicated SDK in-cluster API. For more information, see [Querying Entitlements with the Replicated SDK API](/vendor/licenses-reference-sdk).
53
-
* Expired licenses cannot log in to the Replicated registry to pull a Helm chart for installation or upgrade.
54
-
* Expired licenses cannot pull application images through the proxy service or from the Replicated registry.
55
-
* (KOTS Only) KOTS prevents instances with expired licenses from receiving updates.
56
-
57
46
## About Updating Licenses
58
47
59
48
This section includes information about making changes to customer licenses, including editing license details in the Vendor Portal as well as updating or replacing licenses in customer installations.
@@ -95,6 +84,17 @@ Community licenses are the only license type that can be replaced with a new lic
95
84
96
85
Unless the existing customer is using a community license, it is not possible to replace one license with another license without reinstalling the application. When you need to make changes to a customer's entitlements, Replicated recommends that you edit the customer's license details in the Vendor Portal, rather than issuing a new license.
97
86
87
+
## About License Expiration Handling {#expiration}
88
+
89
+
The built-in `expires_at` license field defines the expiration date for a customer license. When you set an expiration date in the Vendor Portal, the `expires_at` field is set to midnight UTC on the date selected.
90
+
91
+
Replicated enforces the following logic when a license expires:
92
+
* By default, instances with expired licenses continue to run.
93
+
To change the behavior of your application when a license expires, you can can add custom logic in your application that queries the `expires_at` field using the Replicated SDK in-cluster API. For more information, see [Querying Entitlements with the Replicated SDK API](/vendor/licenses-reference-sdk).
94
+
* Expired licenses cannot log in to the Replicated registry to pull a Helm chart for installation or upgrade.
95
+
* Expired licenses cannot pull application images through the proxy service or from the Replicated registry.
96
+
* (KOTS Only) KOTS prevents instances with expired licenses from receiving updates.
97
+
98
98
## About Customer Channel Assignment {#channel-assignment}
99
99
100
100
This section provides information about managing the channel a customer is assigned, including changing the assigned channel and manaing channel assignments for customers with or without the KOTS entitlement. For information about how to assign a customer to a channel, see [Create a Customer](releases-creating-customer#create-a-customer) in _Creating and Managing Customers_.
0 commit comments