mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Security Overview (markdown)
parent
206887f1d2
commit
9c5d2899ed
|
@ -14,7 +14,7 @@ master | gRPC | secured by mutual TLS
|
|||
volume | gRPC | secured by mutual TLS
|
||||
filer | gRPC | secured by mutual TLS
|
||||
master | http | "weed master -disableHttp", disable http operations, only gRPC operations are allowed.
|
||||
filer | http | "weed filer -disableHttp", disable http operations, only gRPC operations are allowed.
|
||||
filer | http | "weed filer -disableHttp", disable http operations, only gRPC operations are allowed. This works with "weed mount" by FUSE.
|
||||
volume | http write | set `jwt.signing.key` in `security.toml` in master and volume servers to check token for write operations
|
||||
volume | http read | unprotected, but url is not guessable
|
||||
|
||||
|
|
Loading…
Reference in a new issue