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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@ You can also create custom license fields to define entitlements specific to the
45
45
46
46
## About Updating Licenses
47
47
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.
48
+
This section includes information about making changes to customer licenses, including editing license details in the Vendor Portal as well as how customers can update or replace licenses.
49
49
50
50
### Editing License Details and Entitlements
51
51
52
52
You can make changes to a customer in the Vendor Portal to edit their license details, such as the license type or the customer name, at any time. You can also add, remove, and edit license options and custom fields. The license ID, which is the unique identifier for the customer, never changes.
53
53
54
54
When you make changes to a license in the Vendor Portal, the customer does not need to reinstall to get the updates. For more information about how to edit licenses, see [Edit a Customer](releases-creating-customer#edit-a-customer) in _Creating and Managing Customers_.
55
55
56
-
### Updating Licenses with KOTS
56
+
### License Updates with KOTS
57
57
58
58
When you edit customer licenses for an application installed with KOTS, your customers can use the KOTS Admin Console to sync their license with the latest from the Vendor Portal, then deploy a new version that includes the license changes. Deploying a new version with the license changes ensures that any license fields that you have templated in your release are rendered with the latest license details from the Vendor Portal.
59
59
@@ -64,17 +64,17 @@ For online instances, license updates are pulled from the Vendor Portal when:
64
64
65
65
For more information, see [Updating Licenses](/enterprise/updating-licenses).
66
66
67
-
### Updating Air Gap Licenses with KOTS
67
+
### Air Gap License Updates with KOTS
68
68
69
69
For air gap installations, customers must upload a regenerated license file to the Admin Console every time the license is modified in order to deploy the license changes.
70
70
71
-
After you update the license fields in the Vendor Portal, you can notify customers by either sending them a new license file or instructing them to log into their Download Portal to downlaod the new license. Then, they can upload the license in the Admin Console.
71
+
After you update the license fields in the Vendor Portal, you can notify customers by either sending them a new license file or instructing them to log into their Download Portal to downlaod the new license.
72
72
73
73
For more information, see [Updating Licenses](/enterprise/updating-licenses).
74
74
75
-
### Getting License Updates with the SDK
75
+
### Retrieving License Details with the SDK API
76
76
77
-
The [Replicated SDK](replicated-sdk-overview) includes an in-cluster API that retrieves up-to-date customer license information from the Vendor Portal during runtime. This means that any changes to customer licenses are reflected in real time in the customer environment. For Helm installations that include the SDK, it is not necessary for customers to manually sync their license with the latest or deploy a new version to update their license.
77
+
The [Replicated SDK](replicated-sdk-overview) includes an in-cluster API that retrieves up-to-date customer license information from the Vendor Portal during runtime. This means that any changes to customer licenses are reflected in real time in the customer environment. It is not necessary for customers to update their license and then deploy a new version to apply the license changes.
78
78
79
79
For information about how to use the SDK API to query license entitlements at runtime, see [Querying Entitlements with the Replicated SDK API](/vendor/licenses-reference-sdk).
0 commit comments