diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-15 00:43:37 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-15 00:43:37 -0700 |
| commit | 29198720f22ddb4cf3c594d53564ae7e4e6c3253 (patch) | |
| tree | dd1d6e4a68d237a08f0d5147f7f2f4df949ba9be /weed/command/scaffold | |
| parent | 735038b2c1b3c8402605603e70d3741d07d0d195 (diff) | |
| download | seaweedfs-29198720f22ddb4cf3c594d53564ae7e4e6c3253.tar.xz seaweedfs-29198720f22ddb4cf3c594d53564ae7e4e6c3253.zip | |
s3: add grpc server to accept configuration changes
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 38a803dd6..e5452cdff 100644 --- a/weed/command/scaffold/security.toml +++ b/weed/command/scaffold/security.toml @@ -67,6 +67,11 @@ cert = "" key = "" allowed_commonNames = "" # comma-separated SSL certificate common names +[grpc.s3] +cert = "" +key = "" +allowed_commonNames = "" # comma-separated SSL certificate common names + [grpc.msg_broker] cert = "" key = "" |
