Update content/ja/docs/reference/access-authn-authz/authentication.md

Co-authored-by: inductor(Kohei) <kela@inductor.me>
pull/28376/head
ystkfujii 2021-06-16 08:32:24 +09:00 committed by GitHub
parent b29cd78528
commit be26d271d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ sequenceDiagram
activate api
api ->> api: 5. JWT署名は有効か?
api ->> api: 6. JWTは期限切れでないか?(iat+exp)
api ->> api: 7. ユーザ認可はどうか?
api ->> api: 7. ユーザは認可済みか?
api -->> kube: 8. 認可後:アクションを実行して結果を返却
deactivate api
activate kube