Skip to content

Commit cb4a1e7

Browse files
committed
adjust key and message
1 parent fdb8a2c commit cb4a1e7

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

modules/get-started/pages/release-notes/redpanda.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= What's New in Redpanda
22
:description: Summary of new features and updates in this Redpanda release.
33
:page-aliases: get-started:whats-new-233.adoc, get-started:whats-new-241.adoc, get-started:whats-new.adoc
4-
:page-http-proxy-whats-new:
4+
:page-whats-new:
55

66
This topic includes new content added in version {page-component-version}. For a complete list of all product updates, see the https://github.com/redpanda-data/redpanda/releases/[Redpanda release notes^]. See also:
77

modules/reference/pages/properties/broker-properties.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,7 @@ Delay (in milliseconds) for initial retry backoff.
780780

781781
The SASL mechanism to use when the HTTP Proxy client connects to the Kafka API. These credentials are used when the HTTP Proxy API listener has `authentication_method: none` but the cluster requires authenticated access to the Kafka API.
782782

783-
include::shared:partial$http-proxy-ephemeral-credentials-breaking-change-short.adoc[]
784-
785-
For more information, see xref:manage:security/authentication.adoc#schema-and-http-to-redpanda[Configure HTTP Proxy to connect to Redpanda with SASL].
783+
include::shared:partial$http-proxy-ephemeral-credentials-breaking-change.adoc[]
786784

787785
*Visibility:* `user`
788786

@@ -796,7 +794,7 @@ For more information, see xref:manage:security/authentication.adoc#schema-and-ht
796794

797795
Password to use for SCRAM authentication mechanisms when the HTTP Proxy client connects to the Kafka API. This property is required when the HTTP Proxy API listener has `authentication_method: none` but the cluster requires authenticated access to the Kafka API.
798796

799-
Starting in Redpanda 25.2, ephemeral credentials for HTTP Proxy are removed. You must configure this property if your HTTP Proxy listeners use `authentication_method: none`.
797+
include::shared:partial$http-proxy-ephemeral-credentials-breaking-change.adoc[]
800798

801799
*Visibility:* `user`
802800

@@ -810,7 +808,7 @@ Starting in Redpanda 25.2, ephemeral credentials for HTTP Proxy are removed. You
810808

811809
Username to use for SCRAM authentication mechanisms when the HTTP Proxy client connects to the Kafka API. This property is required when the HTTP Proxy API listener has `authentication_method: none` but the cluster requires authenticated access to the Kafka API.
812810

813-
Starting in Redpanda 25.2, ephemeral credentials for HTTP Proxy are removed. You must configure this property if your HTTP Proxy listeners use `authentication_method: none`.
811+
include::shared:partial$http-proxy-ephemeral-credentials-breaking-change.adoc[]
814812

815813
*Visibility:* `user`
816814

modules/shared/partials/http-proxy-ephemeral-credentials-breaking-change.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ifndef::page-http-proxy-auth[]
66
For configuration instructions, see xref:manage:security/authentication.adoc#schema-and-http-to-redpanda[Configure HTTP Proxy to connect to Redpanda with SASL].
77
endif::[]
88

9-
ifdef::page-http-proxy-auth[]
10-
ifndef::page-http-proxy-whats-new[]
11-
For details about this breaking change, see xref:get-started:release-notes/redpanda.adoc#http-proxy-authentication-changes[HTTP Proxy authentication changes].
12-
endif::[]
9+
ifndef::page-whats-new[]
10+
For details about this breaking change, see xref:get-started:release-notes/redpanda.adoc#http-proxy-authentication-changes[What's new].
1311
endif::[]

0 commit comments

Comments
 (0)