We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf42f8 commit 355e06dCopy full SHA for 355e06d
tensorrt_llm/executor/rpc/README.md
@@ -83,3 +83,8 @@ except RPCError as e:
83
# Shutdown server from client
84
client.shutdown_server()
85
```
86
+
87
+## Network Security
88
89
+The RPC supports built-in HMAC-based authentication to secure the communication between the server and the client.
90
+To enable that, you need to provide a shared secret key (bytes) to both the `RPCServer` and `RPCClient`.
0 commit comments