Skip to content

Commit

Permalink
opensearch dashboard might be too long (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
soutenniza authored Jan 15, 2025
1 parent a3f0af2 commit c4dca17
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit c4dca17

Please sign in to comment.