Skip to content

Instantly share code, notes, and snippets.

@tachiniererin
Created September 3, 2020 10:40
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 tachiniererin/32249db5f2e636222941912368f4bcaf to your computer and use it in GitHub Desktop.
Save tachiniererin/32249db5f2e636222941912368f4bcaf to your computer and use it in GitHub Desktop.
graph TD
A[Client] --> |Authorized request| B(IAP)
B <--> |No valid token?| X(Identity Provider)
B --> C{EDeA}
A --> |Basic request| B
C -->|Repositories| D[(Filesystem)]
C -->|Metadata| E[(PostgreSQL)]
C -->|Rendered Readmes| F[(Cache)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment