Skip to content

Commit

Permalink
chore(docs):[#408] remove OAuth2 from isolated view
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Aug 5, 2024
1 parent 513bc56 commit e0edb09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docs/src/uml-diagrams/deployment-view/level-0-dev.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ skinparam nodesep 100
skinparam ranksep 20
skinparam defaultFontName "Architects daughter"

cloud OAuth2

node "Kubernetes Cluster" as k8s {

component IRS
Expand All @@ -28,6 +26,4 @@ node "Kubernetes Cluster" as k8s {

}

IRS --> OAuth2

@enduml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ node "Kubernetes Cluster" as k8s {
provider -- dtr

OAuth2 ---> ds
OAuth2 ---> IRS
OAuth2 <--- IRS
OAuth2 ---> semHub

IRS -> semHub
Expand Down

0 comments on commit e0edb09

Please sign in to comment.