Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opensearch dashboard might be too long #167

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/diagrams/10-4.1-customer-data-flow.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ graph LR
Q[AWS Elasticache Redis Queue]
Logstash[Logstash]
OS[Elasticsearch]
OpensearchDashboard[Opensearch Dashboard<br>logs.fr.cloud.gov]
OSD[Opensearch Dashboard<br>logs.fr.cloud.gov]
end
subgraph AWS Brokered Services VPC
AWSService("AWS Services e.g.<br>AWS RDS Postgresql, MySQL<br>AWS Elasticache Redis<br>AWS OpenSearch")
Expand Down Expand Up @@ -65,7 +65,7 @@ graph LR
Q-->OS
Logstash-->CloudWatch
Logstash-->S3
OS-->OpensearchDashboard
OS-->OSD

Customer--"Web HTTP 80 or HTTPS 443"-->ALB
Customer--SSH port 2222 using temporary key-->ALB
Expand All @@ -77,10 +77,10 @@ graph LR
ALB --SSH port 2222 using temporary key--> SSHProxy
ALB --"Web HTTP 80 or HTTPS 443"--> Router
ALB --API request HTTPS 443--> CloudController
ALB -- "Triggered by web request HTTPS 443 only" --> OpensearchDashboard
ALB -- "Triggered by web request HTTPS 443 only" --> OSD

UAA-.Authentication.->CustomerSAML
UAA-.Authentication.->SAML
CloudController-.Authorization.->UAA
SSHProxy-.Authorization.->UAA
OpensearchDashboard-.Authorization.->UAA
OSD-.Authorization.->UAA
Loading