Skip to content

Commit c26fe7e

Browse files
authored
Merge pull request #25255 from shuuji3/patch-4
Fix the text in the Mermaid diagram on the reference/access-authn-authz/authentication/ page
2 parents 4c5cb52 + 2bc7fba commit c26fe7e

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)