-
Notifications
You must be signed in to change notification settings - Fork 612
Update license expiry details #8409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sammcgeown
wants to merge
1
commit into
main
Choose a base branch
from
update-license-expiry
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+47
−12
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -58,23 +58,58 @@ | |||||
|
||||||
Licenses expire at 00:00 on the date of expiration, relative to the time zone the machine is running in. | ||||||
|
||||||
Kong Manager displays a banner with a license expiration warning starting at 15 days before expiration. | ||||||
Expiration warnings also appear in [{{site.base_gateway}} logs](#license-expiration-logs). | ||||||
|
||||||
After the license expires, {{site.base_gateway}} behaves as follows: | ||||||
|
||||||
* Kong Manager and its configuration are accessible and may be changed, however any [Enterprise-specific features](/gateway/{{page.release}}/kong-enterprise/) become read-only. | ||||||
* The Admin API allows OSS features to continue working and configured {{site.ee_product_name}} features to continue operating in read-only mode. | ||||||
* Proxy traffic, including traffic using Enterprise plugins, continues to be processed as if the license had not expired. | ||||||
* Other Enterprise features are not accessible. | ||||||
* There may be some Enterprise features that are still writable, but they may also change later, so do not rely on this behavior. | ||||||
|
||||||
The behavior of the different deployment modes is as follows: | ||||||
### Before Expiration | ||||||
|
||||||
- Kong Manager displays a banner with a license expiration warning starting 15 days before expiration | ||||||
- Expiration warnings also appear in [{{site.base_gateway}} logs](#license-expiration-logs) | ||||||
|
||||||
### After Expiration (30 day grace period) | ||||||
|
||||||
- Kong Manager displays a banner with a license expiration warning for a 30 day grace period | ||||||
- Critical expiration events appear in [{{site.base_gateway}} logs](#license-expiration-logs) | ||||||
- Kong Manager, its configuration and OSS features are accessible and may be changed | ||||||
- [Enterprise-specific features](/gateway/{{page.release}}/kong-enterprise/) become read-only | ||||||
- [Enterprise-specific features](/gateway/{{page.release}}/kong-enterprise/) may be modified using the Admin API | ||||||
|
||||||
### After Grace Period | ||||||
|
||||||
- Kong Manager displays a banner with a license expiration warning | ||||||
- Critical expiration events appear in [{{site.base_gateway}} logs](#license-expiration-logs) | ||||||
- Kong Manager, its configuration and OSS features are accessible and may be changed | ||||||
- [Enterprise-specific features](/gateway/{{page.release}}/kong-enterprise/) become read-only in both {{site.base_gateway}} and the Admin API[^1] | ||||||
|
||||||
[^1]: There may be some Enterprise features that are still writable, but they may also change later, so do not rely on this behavior. | ||||||
|
||||||
```mermaid | ||||||
timeline | ||||||
title License Expiration Timeline | ||||||
section Before Expiration | ||||||
-90 days : `WARN` log entry once a day | ||||||
-30 days : `ERR` log entry once a day | ||||||
-15 days : `ERR` log entry once a day | ||||||
: Kong Manager displays a license expiration warning | ||||||
section License Expires (Grace Period begins) | ||||||
0 days : `CRIT` log entry once a day | ||||||
: {{site.base_gateway}}, it's configuration and OSS features remain accessible | ||||||
: Data plane traffic (including traffic using Enterprise plugins) will continue to processed as before | ||||||
: Enterprise-specific features will become read-only in {{site.base_gateway}} | ||||||
: Enterprise-specific features can be modified using the Admin API | ||||||
section Grace Period Expires | ||||||
+30 days : `CRIT` log entry once a day | ||||||
: {{site.base_gateway}}, it's configuration and OSS features remain accessible | ||||||
: Data plane traffic (including traffic using Enterprise plugins) will continue to processed as before | ||||||
: Enterprise-specific features will become read-only in {{site.base_gateway}} and the Admin API | ||||||
``` | ||||||
|
||||||
### Data Plane Nodes | ||||||
The behaviour of Data Plane nodes at license expiry depnd on the deployment mode: | ||||||
Check failure on line 105 in app/_src/gateway/licenses/index.md
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- **Traditional:** Nodes will be able to restart/scale as needed. | ||||||
- **Hybrid:** Existing data planes or new data planes **can accept** config from a control plane with an expired license. | ||||||
- **DB-less and KIC:** New nodes **cannot** come up, restarts will break. | ||||||
|
||||||
### Deploying a new license | ||||||
|
||||||
To upload a new license, see [Deploy an Enterprise License](/gateway/{{page.release}}/licenses/deploy/). | ||||||
|
||||||
### License expiration logs | ||||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gateway does not print logs for 15 days before the license expires.