Skip to content

Commit

Permalink
Added note about east-west service mesh authorization to Lock README (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nynymike committed Nov 10, 2023
1 parent 22355b6 commit 2badb24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/admin/lock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ control course grain authorization in an API gateway, fine grain authorization
in First Party API code, and the issuance of access token scopes.

![Jans Lock sample toplogy](../../assets/lock-design-diagram-00.png)

This authorization model is also useful for East-West service mesh authorization
because it avoids the "hairpin" inefficiency of routing all traffic through
and API gateway (which is better for North-South web ingress). TLS is required
to protect the bearer token. MTLS is even better.

![Jans Lock sample toplogy](../../assets/lock-east-west-service-mesh-diagram.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2badb24

Please sign in to comment.