Skip to content
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

Fix: clarify license propagation in Konnect #8262

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions app/konnect/account-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ If you want to upgrade to {{site.konnect_product_name}} Enterprise, [contact a s

## License management

When you create a {{site.konnect_saas}} account, {{site.base_gateway}} and Kong Mesh licenses are
automatically provisioned to the organization. You do not need to manage these
When you create a {{site.konnect_saas}} account, {{site.ee_product_name}}, {{site.kic_product_name}} (KIC), and {{site.mesh_product_name}}
licenses are automatically provisioned to the organization. You do not need to manage these
licenses manually.

Any data plane nodes configured through the [Gateway Manager](/konnect/gateway-manager/)
Any data plane nodes or {{site.kic_product_name}} associations configured through the [Gateway Manager](/konnect/gateway-manager/)
also implicitly receive the same license from the {{site.konnect_saas}}
control plane. You should never have to deal with a license
directly.
control plane. You should never have to deal with a license directly.

For any license questions, contact your sales representative.

Expand Down
5 changes: 4 additions & 1 deletion app/konnect/gateway-manager/kic.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ To associate your KIC data plane nodes with {{site.konnect_short_name}}, use the
In {{site.konnect_short_name}}, navigate to {% konnect_icon runtimes %} **[Gateway Manager](https://cloud.konghq.com/gateway-manager)**, then click **New Gateway** > **{{site.kic_product_name}}**.

{:.note}
> **Note**: KIC OSS and {{site.base_gateway}} Free users can connect to {{site.konnect_short_name}}’s Free tier, while {{site.ee_product_name}} users can connect to {{site.konnect_short_name}}’s Enterprise tier. To migrate from {{site.ce_product_name}} to {{site.ee_product_name}}, see [Customize Images](/kubernetes-ingress-controller/latest/guides/customize/image/#kong-gateway-enterprise) in the {{site.kic_product_name}} documentation.
> **Note**: KIC OSS and {{site.base_gateway}} Free users can connect to {{site.konnect_short_name}}’s Plus tier, while {{site.ee_product_name}} users can connect to {{site.konnect_short_name}}’s Enterprise tier. To migrate from {{site.ce_product_name}} to {{site.ee_product_name}}, see [Customize Images](/kubernetes-ingress-controller/latest/guides/customize/image/#kong-gateway-enterprise) in the {{site.kic_product_name}} documentation.
> <br>
> All licenses are automatically propagated from the {{site.konnect_short_name}} control plane to any connected nodes. You do not need to manage these
licenses manually.

### Prerequisites

Expand Down
Loading