Skip to content

Commit

Permalink
chore(docs): show what data is exchanged/stored where (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Feb 7, 2023
2 parents b4b3e8c + 26f029d commit f97a4c6
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions docs/deployment/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,31 @@ flowchart LR
recaptcha[Google reCAPTCHA]
rider((User's browser))
idg[Identity Gateway]
mst_elig[MST Courtesy Card Eligibility Server]
mst_elig[Eligibility Server]
cc_data[(Courtesy Card data)]
cookies[(Cookies)]
rider --> benefits
rider --> Login.gov
rider -->|Credentials and identity proofing| Login.gov
rider --> recaptcha
rider --> Littlepay
rider --> Amplitude
rider -->|Payment card info| Littlepay
rider -->|Events| Amplitude
rider -->|Session| cookies
benefits <--> idg
benefits --> idg
benefits <--> recaptcha
%% benefits --> dmv
benefits --> Amplitude
benefits <--> Littlepay
benefits -->|Events| Amplitude
benefits -->|Group enrollment| Littlepay
benefits --> mst_elig
idg <--> Login.gov
subgraph "MST (Courtesy Cards)"
mst_elig --> cc_data
end
idg --> Login.gov
Login.gov -->|User attributes| idg
idg -->|User attributes| benefits
```

### Benefits application
Expand Down

0 comments on commit f97a4c6

Please sign in to comment.