Skip to content

Commit 7a9efd0

Browse files
authored
Conditionalize links to Self-Managed topics
1 parent 722b308 commit 7a9efd0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/develop/partials/http-proxy.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,12 @@ res = requests.delete(
853853

854854
== Authenticate with HTTP Proxy
855855

856-
HTTP Proxy supports authentication using SCRAM credentials or OIDC tokens. The authentication method depends on the xref:reference:properties/broker-properties.adoc#http_proxy_auth_method[`authentication_method`] broker property configuration and the cluster's xref:reference:properties/cluster-properties.adoc#http_authentication[`http_authentication`] settings.
856+
HTTP Proxy supports authentication using SCRAM credentials or OIDC tokens.
857+
The authentication method depends on
858+
ifndef::env-cloud[]
859+
the xref:reference:properties/broker-properties.adoc#http_proxy_auth_method[`authentication_method`] broker property and
860+
endif::[]
861+
the cluster's xref:reference:properties/cluster-properties.adoc#http_authentication[`http_authentication`] settings.
857862

858863
=== SCRAM Authentication
859864

@@ -943,7 +948,9 @@ pretty(res)
943948
--
944949
=====
945950

951+
ifndef::env-cloud[]
946952
For details about configuring OIDC authentication, see xref:manage:security/authentication.adoc#oidc-http[OIDC Authentication].
953+
endif::[]
947954

948955
== Use Swagger with HTTP Proxy
949956

0 commit comments

Comments
 (0)