Skip to content

Commit a0aaf83

Browse files
authored
http-proxy: Conditionalize links to Self-Managed topics (#1315)
1 parent ab5c3cb commit a0aaf83

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

modules/console/pages/config/security/tls-termination.adoc

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ spec:
101101
```
102102

103103
Helm::
104-
105-
104+
+
106105
```yaml
107106
console:
108107
enabled: true
@@ -117,20 +116,6 @@ console:
117116
certFilepath: <path-to-cert>
118117
keyFilepath: <path-to-key>
119118
```
120-
121-
+
122-
```yaml
123-
console:
124-
config:
125-
server:
126-
httpsListenPort: 443
127-
advertisedHttpsListenPort: 443
128-
listenPort: 8080
129-
tls:
130-
enabled: true
131-
certFilepath: <path-to-cert>
132-
keyFilepath: <path-to-key>
133-
```
134119
====
135120
--
136121
Kubernetes standalone::

modules/deploy/partials/requirements.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Error: INSTALLATION FAILED: execution error at (redpanda/templates/entry-point.y
3939
----
4040
4141
To avoid similar errors, upgrade to a later version. For more details, see the https://github.com/helm/helm/issues/30880[Helm GitHub issue^].
42+
====
4243
endif::[]
4344

4445
[[number-of-workers]]

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)