From 73ee4988cfa1eb444f3cc29b0ca1da18206496cf Mon Sep 17 00:00:00 2001 From: wangyamei Date: Mon, 3 Jun 2019 14:36:12 +0800 Subject: [PATCH] fix typos in configure-aggregation-layer.md (#14650) --- .../access-kubernetes-api/configure-aggregation-layer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md b/content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md index 5114173e12..df2aecb5ab 100644 --- a/content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md +++ b/content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md @@ -38,8 +38,8 @@ This section describes how the authentication and authorization flows work, and The high-level flow is as follows: -1. Kubenetes apiserver: authenticate the requesting user and authorize their rights to the requested API path. -2. Kubenetes apiserver: proxy the request to the extension apiserver +1. Kubernetes apiserver: authenticate the requesting user and authorize their rights to the requested API path. +2. Kubernetes apiserver: proxy the request to the extension apiserver 3. Extension apiserver: authenticate the request from the Kubernetes apiserver 4. Extension apiserver: authorize the request from the original user 5. Extension apiserver: execute