diff --git a/modules/console/pages/config/security/tls-termination.adoc b/modules/console/pages/config/security/tls-termination.adoc index d32a86791..2294b60a1 100644 --- a/modules/console/pages/config/security/tls-termination.adoc +++ b/modules/console/pages/config/security/tls-termination.adoc @@ -101,8 +101,7 @@ spec: ``` Helm:: - - ++ ```yaml console: enabled: true @@ -117,20 +116,6 @@ console: certFilepath: keyFilepath: ``` - -+ -```yaml -console: - config: - server: - httpsListenPort: 443 - advertisedHttpsListenPort: 443 - listenPort: 8080 - tls: - enabled: true - certFilepath: - keyFilepath: -``` ==== -- Kubernetes standalone:: diff --git a/modules/deploy/partials/requirements.adoc b/modules/deploy/partials/requirements.adoc index 15d55afeb..6d26ac005 100644 --- a/modules/deploy/partials/requirements.adoc +++ b/modules/deploy/partials/requirements.adoc @@ -39,6 +39,7 @@ Error: INSTALLATION FAILED: execution error at (redpanda/templates/entry-point.y ---- To avoid similar errors, upgrade to a later version. For more details, see the https://github.com/helm/helm/issues/30880[Helm GitHub issue^]. +==== endif::[] [[number-of-workers]] diff --git a/modules/develop/partials/http-proxy.adoc b/modules/develop/partials/http-proxy.adoc index 28d45b5a5..94481c84c 100644 --- a/modules/develop/partials/http-proxy.adoc +++ b/modules/develop/partials/http-proxy.adoc @@ -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 @@ -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