Communication Between Services

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

The JFrog Platform is composed of multiple services, for each JFrog product, running on multiple nodes. Communication between services is done through router services. Every node has its own router service. For more information on the JFrog Platform services, see JFrog Platform Deployment (JPD) system architecture.

In the JFrog Platform service mesh, the router is responsible for communication between services in the data plane.

The router is responsible for (but not limited to) the following functions.

  • Monitoring the health of its local services

  • Routing communication between services inside the node and between nodes

  • Enabling TLS between nodes

  • Service discovery

In certain environments, all cross-node communication may be required to go through a proxy. For more information on proxy configuration between services, see Configure Proxy Between JFrog Products.

JFrog Platform uses pairing tokens and join keys for communication between services. It also uses master key for communication between nodes. For more information, see Manage Keys. Token certificates are used for signing and validating tokens. For more information, see Custom Token Certificates.

You can use Transport Layer Security (TLS) connections with remote sites or within the JFrog Platform between the different cluster nodes and services.

For more information, see the following sections.