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

Update diagrams #433

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/diagrams/container.puml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Boundary(aws_cloudplatform, "Cloud Platform", "A Kubernetes cluster using Amazon
}

Rel(consumer, spring_boot_api, "Makes API calls to", "JSON/HTTPS")
Rel(consumer, messaging, "Retrieves updates")
Rel_Right(spring_boot_api, messaging, "Posts updates")
Rel(messaging, consumer, "Retrieves updates")
Rel_Up(upstream, messaging, "Posts updates")
Rel_Right(spring_boot_api, hmpps_auth, "Authenticates", "Bearer Token")
Rel_Down(spring_boot_api, upstream, "Makes API calls to", "JSON/HTTPS")

Expand Down
2 changes: 1 addition & 1 deletion docs/diagrams/container.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/diagrams/context.puml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Boundary(moj, "Ministry of Justice (MOJ)", "Ministerial Department") {
}

Rel_Down(consumer, hmpps_integration_api, "Uses")
Rel_Right(hmpps_integration_api, messaging, "Posts updates")
Rel_Up(upstream, messaging, "Posts updates")
Rel_Up(messaging, consumer, "Retrieves updates")
Rel(hmpps_integration_api, upstream, "Queries for data")

Expand Down
Loading
Loading