From facb5997b79bc9bfc101dac9f9fbd286a8641c53 Mon Sep 17 00:00:00 2001 From: djalal Date: Tue, 12 Mar 2019 20:27:38 +0100 Subject: [PATCH] fix wording --- slides/k8s/authn-authz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/authn-authz.md b/slides/k8s/authn-authz.md index cee90790..f64b297c 100644 --- a/slides/k8s/authn-authz.md +++ b/slides/k8s/authn-authz.md @@ -64,7 +64,7 @@ (`401 Unauthorized` HTTP code) -- If a request is neither accepted nor accepted by anyone, it's anonymous +- If a request is neither rejected nor accepted by anyone, it's anonymous - the user name is `system:anonymous`