Skip to content

Commit

Permalink
updated diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Jun 25, 2024
1 parent 64d0592 commit fbd45a3
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 12 deletions.
13 changes: 1 addition & 12 deletions docs/articles/gke-with-upstream-auth-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,7 @@ to this process are:
1. Authorized requests are forwarded on through your GKE ingress to your
backend.

```mermaid
flowchart LR
c((Client))-- API Key -->z[Zuplo]
z-- GCP Service Account -->ip[Public IP Address]
subgraph gcp[Google Cloud Network]
ip-->iap{GCP Identity\n Aware Proxy}
iap-- Not Authorized -->reject[Response: 401 Unauthorized]
iap-- Authorized -->lb[GCP Load Balancer]
lb --> gke[GKE Ingress]
gke --> Backend
end
```
![](../../public/media/gke-with-upstream-auth-policy/diagram.svg)

## Zuplo Gateway Identity

Expand Down
Loading

0 comments on commit fbd45a3

Please sign in to comment.