Skip to content

Commit

Permalink
Document support for PKCS#12 (#860)
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Borges <[email protected]>
Co-authored-by: Joyce Fee <[email protected]>
Co-authored-by: Gellért Peresztegi-Nagy <[email protected]>
Co-authored-by: Angela Simms <[email protected]>
Co-authored-by: Kat Batuigas <[email protected]>
Co-authored-by: Michele Cyran <[email protected]>
  • Loading branch information
7 people authored Nov 26, 2024
1 parent 24c7ca9 commit 8b65a24
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 117 deletions.
16 changes: 13 additions & 3 deletions modules/get-started/pages/whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,17 @@ This release includes several updates to xref:get-started:licensing/overview.ado

- *30-day trial Enterprise 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.

== Declarative user and ACL management in Kubernetes
== PKCS#12 support for TLS listeners

Redpanda now supports configuring TLS using PKCS#12 files, which allows you to manage both the certificate and private key in a single, password-protected file.

For more details, see xref:manage:security/encryption.adoc[].

This feature is not yet available in Kubernetes deployments that use the Redpanda Helm chart or the Redpanda Operator.

== New features in the Redpanda Operator

=== Declarative user and ACL management

The Redpanda Operator now supports declarative management of users and access control lists (ACLs) using the new User custom resource, starting in version v2.2.2-24.2.4. This feature allows you to:

Expand All @@ -59,7 +69,7 @@ The Redpanda Operator now supports declarative management of users and access co

To learn more, see the xref:manage:kubernetes/security/authentication/k-user-controller.adoc[User custom resource documentation].

== Declarative schema management in Kubernetes
=== Declarative schema management

The Redpanda Operator now supports declarative schema management using the Schema custom resource, starting in version v2.3.0-24.3.1. This feature allows you to:

Expand All @@ -69,7 +79,7 @@ The Redpanda Operator now supports declarative schema management using the Schem

To learn more, see the xref:manage:kubernetes/k-schema-controller.adoc[Schema custom resource documentation].

== Use Redpanda Operator without Flux
=== Use Redpanda Operator without Flux

The Redpanda Operator now supports the `useFlux` flag, giving you control over resource management, starting in version v2.3.0-24.3.1:

Expand Down
Loading

0 comments on commit 8b65a24

Please sign in to comment.