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.
1 parent 770c036 commit 2bc7fbaCopy full SHA for 2bc7fba
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