You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/develop/partials/http-proxy.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -853,7 +853,12 @@ res = requests.delete(
853
853
854
854
== Authenticate with HTTP Proxy
855
855
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.
857
862
858
863
=== SCRAM Authentication
859
864
@@ -943,7 +948,9 @@ pretty(res)
943
948
--
944
949
=====
945
950
951
+
ifndef::env-cloud[]
946
952
For details about configuring OIDC authentication, see xref:manage:security/authentication.adoc#oidc-http[OIDC Authentication].
0 commit comments