Skip to content

Instantly share code, notes, and snippets.

@drmuey
Last active January 17, 2022 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drmuey/12f20fe6e31f8ecd5d88e01e8c91c05e to your computer and use it in GitHub Desktop.
Save drmuey/12f20fe6e31f8ecd5d88e01e8c91c05e 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|C
    C((fa:fa-pastafarianism Web Drone Army))
    B -->|Service Subdomain Request|F
    F -->|"Website Info (sans SSL certs)"|C
    C -->|Log Info|F
    F -->|"Web Drone Army Info (w/ SSL certs)"|B
    F("fa:fa-space-shuttle Mothership (Single Source of Truth Backend)")
@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