diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-01-20 22:19:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-20 22:19:27 -0800 |
| commit | cc05874d06489751bc3892a2a012dde3921e9909 (patch) | |
| tree | 7b8cc708e57af49bda2856bdece8c30029cadb05 /weed/command/scaffold | |
| parent | b2f56d9add07bdd66b5a24f0cc3c4467a9ddfc66 (diff) | |
| download | seaweedfs-cc05874d06489751bc3892a2a012dde3921e9909.tar.xz seaweedfs-cc05874d06489751bc3892a2a012dde3921e9909.zip | |
Add message queue agent (#6463)
* scaffold message queue agent
* adjust proto, add mq_agent
* add agent client implementation
* remove unused function
* agent publish server implementation
* adding agent
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/security.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/command/scaffold/security.toml b/weed/command/scaffold/security.toml index 333eb80e1..2efcac354 100644 --- a/weed/command/scaffold/security.toml +++ b/weed/command/scaffold/security.toml @@ -89,6 +89,11 @@ cert = "" key = "" allowed_commonNames = "" # comma-separated SSL certificate common names +[grpc.msg_agent] +cert = "" +key = "" +allowed_commonNames = "" # comma-separated SSL certificate common names + # use this for any place needs a grpc client # i.e., "weed backup|benchmark|filer.copy|filer.replicate|mount|s3|upload" [grpc.client] |
