-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
1,591 additions
and
1,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
direction: right | ||
...@common | ||
|
||
Access grant -> Access token: Issues | ||
Site 1.Access grant -- Site 2.Access token | ||
|
||
Site*.class: neutral |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
...@common | ||
|
||
shape: sequence_diagram | ||
|
||
Site 1 -> Site 2: Issue token | ||
Site 2 -> Site 1: Redeem token | ||
|
||
Site 1 -> Site 2: Transfer link details | ||
Site 2 -> Site 1: Create link | ||
|
||
Site*.class: neutral |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
classes: { | ||
notion: { | ||
style: { | ||
stroke-width: 1 | ||
fill: "#eee" | ||
bold: false | ||
italic: true | ||
} | ||
} | ||
|
||
neutral: { | ||
style: { | ||
stroke-width: 1 | ||
fill: "#eee" | ||
font-size: 16 | ||
} | ||
} | ||
} | ||
|
||
direction: right |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
...@common | ||
|
||
Site: { | ||
Connector -> Server 1 | ||
Connector -> Server 2 | ||
Connector -> Server 3 | ||
|
||
Server*.style.fill: white | ||
} | ||
|
||
Listeners -- Routing key -- Site.Connector | ||
|
||
Listeners.class: notion | ||
Routing key.class: notion | ||
Site*.class: neutral |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
direction: right | ||
...@common | ||
|
||
Site 1."Link " -> Site 2.Link access | ||
|
||
Site*.class: neutral |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
direction: right | ||
...@common | ||
|
||
Site 1."Link 1" -> Site 2.Link access | ||
Site 1."Link 2" -> Site 3.Link access | ||
|
||
Site*.class: neutral |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
direction: right | ||
...@common | ||
|
||
Site 1."Link " -> Site C.Link access <- Site 2."Link " | ||
Site 3."Link " -> Site C.Link access <- Site 4."Link " | ||
|
||
Site*.class: neutral |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
...@common | ||
|
||
direction: right | ||
|
||
Site: { | ||
Client 1 -> Listener | ||
Client 2 -> Listener | ||
Client 3 -> Listener | ||
|
||
Client*.style.fill: white | ||
} | ||
|
||
Site.Listener -- Routing key -- Connectors | ||
|
||
Connectors.class: notion | ||
Routing key.class: notion | ||
Site*.class: neutral |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
direction: right | ||
...@common | ||
|
||
Namespace: { | ||
Workload 1.style.fill: white | ||
Workload 2.style.fill: white | ||
Workload 3.style.fill: white | ||
Workload 1 | ||
Workload 2 | ||
Workload 3 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
direction: right | ||
...@common | ||
|
||
Platform: { | ||
Namespace 1 | ||
Namespace 2 | ||
Namespace 3 | ||
} | ||
|
||
Platform.class: neutral |
Oops, something went wrong.