Skip to content

Commit

Permalink
fix typos in configure-aggregation-layer.md (#14650)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysunshine92 authored and k8s-ci-robot committed Jun 3, 2019
1 parent 26fd321 commit 73ee498
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 73ee498

Please sign in to comment.