From f35ad6a97a907fe605239b19845064af570f182f Mon Sep 17 00:00:00 2001 From: Elena Kubantseva Date: Thu, 4 Apr 2024 17:26:32 +0200 Subject: [PATCH] Added ports used in Caching service (keyExchange variable and port changed compared to master) Signed-off-by: Elena Kubantseva --- docs/user-guide/address-network-requirements.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/address-network-requirements.md b/docs/user-guide/address-network-requirements.md index 928a5c3c57..4bb405fd22 100644 --- a/docs/user-guide/address-network-requirements.md +++ b/docs/user-guide/address-network-requirements.md @@ -10,6 +10,8 @@ For more information about variable names in the following table, see the [Zowe | Port number | zowe.yaml variable name | Purpose | |------|------|------| +| 7098 | zowe.components.caching-service.storage.infinispan.jgroups.port | Bind port for the socket that is used to form an Infinispan cluster. +| 7118 | zowe.components.caching-service.storage.infinispan.jgroups.keyExchange.port | The port at which the key server in Infinispan is listening. If the port is not available, the next port is probed, up to port+5. Used by the key server (server) to create an SSLServerSocket and by clients to connect to the key server. | 7552 | zowe.components.api-catalog.port | Used to view API swagger / openAPI specifications for registered API services in the API Catalog. | 7553 | zowe.components.discovery.port | Discovery server port which dynamic API services can issue APIs to register or unregister themselves. | 7554 | zowe.components.gateway.port | The northbound edge of the API Gateway used to accept client requests before routing them to registered API services. This port must be exposed outside the z/OS network so clients (web browsers, VS Code, processes running the Zowe CLI) can reach the gateway.