From 4ded8c699d74f2033ea26181a853c10d8d68aea2 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 5 Aug 2020 18:23:34 +0200 Subject: [PATCH] typo --- 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 6d91dc51..94e0bfc1 100644 --- a/slides/k8s/authn-authz.md +++ b/slides/k8s/authn-authz.md @@ -749,7 +749,7 @@ class: extra-details :EN:- Authentication and authorization in Kubernetes :EN:- Authentication with tokens and certificates -:EN:- Aithorization with RBAC (Role-Based Access Control) +:EN:- Authorization with RBAC (Role-Based Access Control) :EN:- Restricting permissions with Service Accounts :EN:- Working with Roles, Cluster Roles, Role Bindings, etc.