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/central-configuration-options-operator.adoc
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,28 @@ Otherwise, you must reinstall the custom resource to log back in.
44
44
|Use this parameter to specify a static IP address reserved for your load balancer.
45
45
46
46
|`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`.
48
48
49
49
|`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.
|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.
|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.
51
69
52
70
|`central.exposure.nodeport.enabled`
53
71
|Set this to `true` to expose Central through a node port. The default value is `false`.
| 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.
0 commit comments