Skip to content

Commit 2bc7fba

Browse files
authored
Fix the text in the authorization diagram
1 parent 770c036 commit 2bc7fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ sequenceDiagram
301301
deactivate kube
302302
activate api
303303
api ->> api: 5. Is JWT signature valid?
304-
api ->> api: 6. Has the JWT expired?(iat+exp)
305-
api ->> api: 7. user authorized?
304+
api ->> api: 6. Has the JWT expired? (iat+exp)
305+
api ->> api: 7. User authorized?
306306
api -->> kube: 8. Authorized: Perform<br>action and return result
307307
deactivate api
308308
activate kube

0 commit comments

Comments
 (0)