Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion modules/develop/partials/http-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,12 @@ res = requests.delete(

== Authenticate with HTTP Proxy

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.
HTTP Proxy supports authentication using SCRAM credentials or OIDC tokens.
The authentication method depends on
ifndef::env-cloud[]
the xref:reference:properties/broker-properties.adoc#http_proxy_auth_method[`authentication_method`] broker property and
endif::[]
the cluster's xref:reference:properties/cluster-properties.adoc#http_authentication[`http_authentication`] settings.

=== SCRAM Authentication

Expand Down Expand Up @@ -943,7 +948,9 @@ pretty(res)
--
=====

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

== Use Swagger with HTTP Proxy

Expand Down