Skip to content

Commit fdb8a2c

Browse files
committed
relative links
1 parent f019a52 commit fdb8a2c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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:
45

56
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:
67

modules/manage/pages/security/authentication.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:page-aliases: security:authentication.adoc
55
:page-toclevels: 3
66
:page-categories: Management, Security
7+
:page-http-proxy-auth:
78

89
include::manage:partial$authentication.adoc[]
910

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
*Breaking change in Redpanda 25.2:* Ephemeral credentials for HTTP Proxy are removed. If your HTTP Proxy API listeners use `authentication_method: none`, you must configure explicit SASL credentials (xref:reference:properties/broker-properties.adoc#scram_username[`scram_username`], xref:reference:properties/broker-properties.adoc#scram_password[`scram_password`], and xref:reference:properties/broker-properties.adoc#sasl_mechanism[`sasl_mechanism`]) for HTTP Proxy to authenticate with the Kafka API. Without these credentials, HTTP Proxy will attempt unauthenticated connections to the Kafka API.
22

3-
Redpanda Data recommends enabling authentication on both HTTP Proxy and the Kafka API.
3+
Redpanda Data recommends enabling authentication on both HTTP Proxy and the Kafka API.
44

5+
ifndef::page-http-proxy-auth[]
56
For configuration instructions, see xref:manage:security/authentication.adoc#schema-and-http-to-redpanda[Configure HTTP Proxy to connect to Redpanda with SASL].
7+
endif::[]
8+
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::[]
13+
endif::[]

0 commit comments

Comments
 (0)