Skip to content

Commit 6e4260e

Browse files
committed
ROX-28296: central reencrypt route
1 parent f70c3dc commit 6e4260e

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

modules/central-configuration-options-operator.adoc

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,28 @@ Otherwise, you must reinstall the custom resource to log back in.
4444
|Use this parameter to specify a static IP address reserved for your load balancer.
4545

4646
|`central.exposure.route.enabled`
47-
|Set this to `true` to expose Central through a {osp} route. The default value is `false`.
47+
|Set this to `true` to expose Central through a {osp} passthrough route. Disables all route settings if set to `false`. The default value is `false`.
4848

4949
|`central.exposure.route.host`
50-
|Specify a custom hostname to use for Central's route. Leave this unset to accept the default value that {ocp} provides.
50+
|Use this parameter to specify a custom hostname to use for Central's passthrough route. Leave this unset to accept the default value that {ocp} provides.
51+
52+
|`central.exposure.route.reencrypt.enabled`
53+
|Set this to `true` to expose Central through a {osp} reencrypt route. The default value is `false`.
54+
55+
|`central.exposure.route.reencrypt.host`
56+
|Use this parameter to specify a custom hostname to use for Central's reencrypt route. Leave this unset to accept the default value that {ocp} provides.
57+
58+
|`central.exposure.route.reencrypt.tls.caCertificate`
59+
|Use this parameter to specify a PEM-encoded certificate chain that might be used to establish a complete chain of trust. By default, {ocp} provides the certificate authority.
60+
61+
|`central.exposure.route.reencrypt.tls.certificate`
62+
|Use this parameter to specify the PEM-encoded certificate that is served on the route. The {ocp} certificate authority signs the default certificate.
63+
64+
|`central.exposure.route.reencrypt.tls.destinationCACertificate`
65+
|Use this parameter to specify the CA certificate of the final destination, that is of Central. The {ocp} router uses this certificate to perform health checks on the secure connection. By default, Central provides the certificate authority.
66+
67+
|`central.exposure.route.reencrypt.tls.key`
68+
|Use this parameter to specify the PEM-encoded private key of the certificate that is served on the route. The {ocp} certificate authority signs the default certificate.
5169

5270
|`central.exposure.nodeport.enabled`
5371
|Set this to `true` to expose Central through a node port. The default value is `false`.

modules/central-services-public-config.adoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,40 @@ Red{nbsp}Hat recommends that you do not specify a port number if you are exposin
182182

183183
| `central.exposure.route.enabled`
184184
| Use `true` to expose Central by using a route.
185+
Disables all route settings if set to `false`.
186+
This parameter is only available for {ocp} clusters.
187+
188+
| `central.exposure.route.host`
189+
| Use this parameter to specify a custom hostname to use for Central's passthrough route.
190+
Leave this unset to accept the default value that {ocp} provides.
191+
This parameter is only available for {ocp} clusters.
192+
193+
| `central.exposure.route.reencrypt.enabled`
194+
| Set this to `true` to expose Central through a {osp} reencrypt route.
195+
The default value is `false`.
196+
This parameter is only available for {ocp} clusters.
197+
198+
| `central.exposure.route.reencrypt.host`
199+
| Use this parameter to specify a custom hostname to use for Central's reencrypt route.
200+
Leave this unset to accept the default value that {ocp} provides.
201+
This parameter is only available for {ocp} clusters.
202+
203+
| `central.exposure.route.reencrypt.tls.caCertificate`
204+
| Use this parameter to specify a PEM-encoded certificate chain that might be used to establish a complete chain of trust.
205+
By default, {ocp} provides the certificate authority.
206+
This parameter is only available for {ocp} clusters.
207+
208+
| `central.exposure.route.reencrypt.tls.certificate`
209+
| Use this parameter to specify the PEM-encoded certificate that is served on the route. The {ocp} certificate authority signs the default certificate.
210+
This parameter is only available for {ocp} clusters.
211+
212+
| `central.exposure.route.reencrypt.tls.destinationCACertificate`
213+
| Use this parameter to specify the CA certificate of the final destination, that is of Central.
214+
The {ocp} router uses this certificate to perform health checks on the secure connection. By default, Central provides the certificate authority.
215+
216+
| `central.exposure.route.reencrypt.tls.key`
217+
| Use this parameter to specify the PEM-encoded private key of the certificate that is served on the route.
218+
The {ocp} certificate authority signs the default certificate.
185219
This parameter is only available for {ocp} clusters.
186220

187221
| `central.db.external`

0 commit comments

Comments
 (0)