-
Notifications
You must be signed in to change notification settings - Fork 34
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
DOC-657 Add note about 30-day baked-in trial licenses for Redpanda 24.3 #853
Changes from 24 commits
2caf0c6
c3ffdd4
58e0bff
121d5f4
19c0ec1
fce336b
3e93983
03d3e60
41bfe40
afba214
488c9f6
67c90f5
16e9cda
58ded83
1b2ad07
cd736ac
1e5f9de
ddbe343
183d021
1b5614d
0cf4b28
37f0a24
8457507
e5e936f
7b441a1
c933dfb
e8c7bc6
4ced649
775b73c
126795c
8b60146
1d1fc55
e7438cb
7bef54d
f2b3ed6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,27 +31,79 @@ The Enterprise Edition is licensed with the https://github.com/redpanda-data/red | |
|
||
=== License keys | ||
|
||
Enterprise features require an Enterprise Edition license key, sometimes referred to as Enterprise license, license key, or license. You can evaluate enterprise features with a free 30-day trial. To request a trial license key, to extend your trial period, or to purchase a license, contact https://redpanda.com/try-redpanda?section=enterprise-trial[Redpanda Sales^]. | ||
Enterprise features require an Enterprise Edition license key, sometimes referred to as Enterprise license, license key, or license. | ||
|
||
Starting with version 24.3, new Redpanda clusters automatically receive a trial license that's valid for 30 days, allowing unrestricted use of Enterprise features. This evaluation period begins when the cluster is created for the first time. After this period expires, inactive Enterprise features are disabled, and active features enter a restricted state. | ||
|
||
To request a trial license key, to extend your trial period, or to purchase a license, contact https://redpanda.com/try-redpanda?section=enterprise-trial[Redpanda Sales^]. | ||
|
||
[[self-managed]] | ||
=== Enterprise features in Redpanda Self-Managed | ||
|
||
The following enterprise features for Redpanda Self-Managed are activated with a valid Enterprise Edition license key: | ||
The following table lists the available Enterprise features for Redpanda Self-Managed, along with the restrictions applied if the Enterprise license is invalid or has expired. | ||
|
||
[cols="1,2,2"] | ||
|=== | ||
| Feature | Description | Restrictions Without Valid License | ||
|
||
| xref:manage:audit-logging.adoc[Audit Logging] | ||
| Records detailed logs of cluster activities for compliance and monitoring. | ||
| Read access to the audit log topic is denied, but logging continues. | ||
|
||
| xref:manage:cluster-maintenance/continuous-data-balancing.adoc[Continuous Data Balancing] | ||
| Automatically balances partitions across a cluster to optimize resource use and performance. | ||
| Continuous balancing is disabled, reverting to the default `node_add` setting that balances partitions only after a broker is added to the cluster. | ||
|
||
| xref:manage:cluster-maintenance/cluster-balancing.adoc#intra-broker-partition-balancing[Continuous Intra-Broker Partition Balancing (`core_balancing_continuous`)] | ||
| Balances partition replicas across CPU cores in an individual broker to optimize disk space usage. | ||
| Continuous Intra-Broker Partition Balancing is disabled. | ||
|
||
| xref:manage:security/fips-compliance.adoc[FIPS Compliance] | ||
| Enables compliance with FIPS security standards for cryptography. | ||
| None | ||
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. @mattschumpert Seems like...odd messaging for the 3 licensed features that have None for the consequence of not having a license. I suspect that is so we don't compromise the security of someone's cluster, but it also suggests that you can continue to use these 3 features without a license indefinitely. Is that the case? 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. @Feediver1 correct. Our goal with the sanctions was to not cause users to lose access to the cluster (such as limiting kerberos or oidc authentication). |
||
|
||
| xref:manage:security/authentication.adoc#kerberos[Kerberos authentication] | ||
| Provides secure Kerberos-based authentication. | ||
| None | ||
|
||
include::get-started:partial$licensing/enterprise-features.adoc[tag=self-managed] | ||
| xref:manage:security/authentication.adoc#kerberos[Leader Pinning] | ||
| Specifies the set of availability zones where the leaders of partitions of a given topic should be located. | ||
| Leader Pinning is disabled on all topics. | ||
|
||
| xref:manage:security/authentication.adoc#oidc[OAUTHBEARER/OIDC authentication] | ||
| Allows for OAUTHBEARER and OpenID Connect (OIDC) authentication. | ||
| None | ||
|
||
| xref:manage:remote-read-replicas.adoc[Remote Read Replicas] | ||
| Enables remote clusters to read data stored in object storage for disaster recovery. | ||
| Remote Read Replica topics cannot be created or modified. | ||
|
||
| xref:manage:security/authorization/rbac.adoc[Role-Based Access Control (RBAC)] | ||
| Manages user roles and permissions within the cluster. | ||
| Roles and ACLs associated with roles cannot be created or modified. Role deletion is allowed. | ||
|
||
| xref:manage:schema-reg/schema-id-validation.adoc[Server-Side Schema ID Validation] | ||
| Validates schema IDs server-side to ensure schema compatibility. With schema ID validation, records associated with unregistered schemas are detected and dropped by a broker rather than a consumer. | ||
| Topics with schema validation settings cannot be created or modified. | ||
|
||
| xref:manage:tiered-storage.adoc[Tiered Storage] | ||
| Enables storage of data in cloud object storage for long-term retention and retrieval. | ||
| Topics cannot be created or modified to enable Tiered Storage features. Additional partitions cannot be added to topics that have any Tiered Storage properties enabled. | ||
|
||
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. iceberg will be an enterprise feature too? Should we include it here? 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. When the feature is ready/documented 👍 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. correct - we decided against any sanctioning on this while it's in public beta |
||
|=== | ||
|
||
[[console]] | ||
=== Enterprise features in Redpanda Console | ||
|
||
The following enterprise features for Redpanda Console are activated with a valid Enterprise Edition license key: | ||
|
||
include::get-started:partial$licensing/enterprise-features.adoc[tag=console] | ||
* xref:console:config/security/authentication.adoc[Redpanda Console Authentication] | ||
* xref:console:config/security/authorization.adoc[Redpanda Console Authorization (RBAC)] | ||
|
||
[[connect]] | ||
=== Enterprise features in Redpanda Connect | ||
|
||
|
||
include::get-started:partial$licensing/enterprise-features.adoc[tag=connect] | ||
The Enterprise Edition of Redpanda Connect includes additional connectors. For a list of all available connectors, see xref:redpanda-connect:components:catalog.adoc[]. | ||
|
||
== How Redpanda Console handles licenses | ||
|
||
|
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.
Should we expand on what is a restricted state?
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.
It's expanded on in the table. Restricted state means different things depending on the feature.