From 68342ec33a5905532c88859ce7819af345bf4315 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 19 Feb 2019 21:24:36 -0800 Subject: [PATCH] Updated Security Overview (markdown) --- Security-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security-Overview.md b/Security-Overview.md index 8f9859b..719be21 100644 --- a/Security-Overview.md +++ b/Security-Overview.md @@ -28,7 +28,7 @@ There are 2 ways to change volume servers: 1. Administrative operations via gRPC 1. File upload, update, and delete operations. -To control administrative operations, mutual TLS can be enabled for all GRPC calls. +To control administrative operations, mutual TLS can be enabled for all gRPC calls. To control file upload/update/delete operations, Json Web Token (JWT) is used to authorize access for each file id.