Architecture
The Asset Manager is a classic client-server application.
Data is exchanged between the server component and the various client components
exclusively via gRPC. The following diagram illustrates the structure of the individual layers:
The model above shows that the HTTP/2 network protocol is used in conjunction with encryption (HTTPS) and TLS 1.2 or higher.
If there are components between the server and client, such as proxies or similar, these components must also meet these requirements.
The following diagram illustrates the architecture:

