Skip to content

Commit 355e06d

Browse files
authored
[None][doc] update readme for rpc (#9972)
Signed-off-by: Yan Chunwei <328693+Superjomn@users.noreply.github.com>
1 parent 4bf42f8 commit 355e06d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tensorrt_llm/executor/rpc/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,8 @@ except RPCError as e:
8383
# Shutdown server from client
8484
client.shutdown_server()
8585
```
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

Comments
 (0)