Merge pull request #25255 from shuuji3/patch-4
Fix the text in the Mermaid diagram on the reference/access-authn-authz/authentication/ page
This commit is contained in:
@@ -302,7 +302,7 @@ sequenceDiagram
|
|||||||
activate api
|
activate api
|
||||||
api ->> api: 5. Is JWT signature valid?
|
api ->> api: 5. Is JWT signature valid?
|
||||||
api ->> api: 6. Has the JWT expired? (iat+exp)
|
api ->> api: 6. Has the JWT expired? (iat+exp)
|
||||||
api ->> api: 7. user authorized?
|
api ->> api: 7. User authorized?
|
||||||
api -->> kube: 8. Authorized: Perform<br>action and return result
|
api -->> kube: 8. Authorized: Perform<br>action and return result
|
||||||
deactivate api
|
deactivate api
|
||||||
activate kube
|
activate kube
|
||||||
|
|||||||
Reference in New Issue
Block a user