Skip to content

Instantly share code, notes, and snippets.

@drmuey
Last active January 17, 2022 20:13
Show Gist options
  • Save drmuey/84ac065c41fe56ce1f5b58e4c991f827 to your computer and use it in GitHub Desktop.
Save drmuey/84ac065c41fe56ce1f5b58e4c991f827 to your computer and use it in GitHub Desktop.
flowchart TD
    A[fa:fa-users Client] -->|HTTP Request|B{"fa:fa-shield-alt Vanguard (Frontend)"}
    B -->|"Proxy HTTP Request (SSL self signed)"|Farmy
    subgraph Farmy
       D((fa:fa-pastafarianism Web Drone))
       E((fa:fa-pastafarianism Web Drone))
       G((fa:fa-pastafarianism Web Drone))
    end
    B -->|Service Subdomain Request|F
    F -->|"Website Info (sans SSL certs)"|Farmy
    Farmy -->|Log Info|F
    F -->|"Web Drone Army Info (w/ SSL certs)"|B
    F("fa:fa-space-shuttle Mothership (Single Source of Truth Backend)")
Loading
@drmuey
Copy link
Author

drmuey commented Jan 17, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment