Updated Security Overview (markdown)

Chris Lu 2019-03-25 09:09:47 -07:00
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