Skip to content

Commit

Permalink
Updated flow for jumpbox (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcGowan authored Aug 8, 2023
1 parent f876090 commit bec2372
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/diagrams/10-4.2-jumpbox.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ graph TD
ELB("AWS Elastic Load Balancer (ELB)")
end
subgraph GSA Responsibility
SAML{"Single Sign-on (SSO)<br>providing MFA"}
SAML{"Single Sign-on (SSO)<br>providing MFA - SecureAuth"}
end
subgraph GSA VPN and Internet Egress
ZScalerDNS("ZScaler DNS")
GSAProxy("GSA Internet Proxy")
end

Ops((Cloud Operations))

Ops--"Concourse CLI (fly)"-->ELB
Ops--"Concourse CLI (fly): HTTPS/TCP 443"-->ZScalerVPN-->ZScalerDNS-->GSAProxy-->ELB
ELB-->web
UAA-.Authentication.->SAML
web-.Authorization.->UAA
Expand Down

0 comments on commit bec2372

Please sign in to comment.