We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c5cb52 + 2bc7fba commit c26fe7eCopy full SHA for c26fe7e
content/en/docs/reference/access-authn-authz/authentication.md
@@ -301,8 +301,8 @@ sequenceDiagram
301
deactivate kube
302
activate api
303
api ->> api: 5. Is JWT signature valid?
304
- api ->> api: 6. Has the JWT expired?(iat+exp)
305
- api ->> api: 7. user authorized?
+ api ->> api: 6. Has the JWT expired? (iat+exp)
+ api ->> api: 7. User authorized?
306
api -->> kube: 8. Authorized: Perform<br>action and return result
307
deactivate api
308
activate kube
0 commit comments