Skip to content

Commit c527782

Browse files
authored
Revise TCP port requirements for ECE remote clusters
Updated TCP request port requirements for ECE proxies and load balancers based on the selected security model.
1 parent f77d85e commit c527782

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

deploy-manage/remote-clusters/ece-enable-ccs.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,19 @@ To use CCS or CCR, your environment must meet the following criteria:
3131

3232
:::{include} _snippets/remote-cluster-certificate-compatibility.md
3333
:::
34+
35+
* ECE proxies must answer TCP requests on the port used by the selected [security model](./security-models.md):
36+
* `9400` when using TLS certificate–based authentication (deprecated).
37+
* `9443` when using API key–based authentication.
3438

35-
* Proxies must answer TCP requests on the port 9400. Check the [prerequisites for the ports that must permit outbound or inbound traffic](../deploy/cloud-enterprise/ece-networking-prereq.md).
36-
* Load balancers must pass-through TCP requests on port 9400. Check the [configuration details](../deploy/cloud-enterprise/ece-load-balancers.md).
39+
For details, refer to the [remote cluster security models](../path/to/security-models.md) documentation and [ECE networking prerequisites](../deploy/cloud-enterprise/ece-networking-prereq.md).
40+
41+
* Load balancers must pass through TCP requests on the port that corresponds to the security model:
42+
* `9400` for TLS certificate–based authentication (deprecated).
43+
* `9443` for API key–based authentication.
44+
45+
For configuration details, refer to the [ECE load balancer requirements](../deploy/cloud-enterprise/ece-load-balancers.md).
46+
3747
* If your deployment was created before ECE version `2.9.0`, the Remote clusters page in {{kib}} must be enabled manually from the **Security** page of your deployment, by selecting **Enable CCR** under **Trust management**.
3848

3949
::::{note}
@@ -62,4 +72,4 @@ The steps, information, and authentication method required to configure CCS and
6272

6373
## Remote clusters and network security [ece-ccs-ccr-network-security]
6474

65-
If you have [network security policies](/deploy-manage/security/network-security-policies.md) applied to the remote cluster, you might need to take extra steps on the remote side to allow traffic from the local cluster. Some remote cluster configurations have limited compatibility with network security. To learn more, refer to [Remote clusters and network security](/deploy-manage/remote-clusters.md#network-security).
75+
If you have [network security policies](/deploy-manage/security/network-security-policies.md) applied to the remote cluster, you might need to take extra steps on the remote side to allow traffic from the local cluster. Some remote cluster configurations have limited compatibility with network security. To learn more, refer to [Remote clusters and network security](/deploy-manage/remote-clusters.md#network-security).

0 commit comments

Comments
 (0)