Adjusted ServicePoints var name
parent
cdc5d07400
commit
95499fed79
|
|
@ -11,10 +11,10 @@ sequenceDiagram
|
|||
{{ range $.Depends}}
|
||||
participant {{ .ServiceId }} as Svc {{ .Name }}{{ end }}
|
||||
|
||||
consumer->>+gateway: {{$.ServicePoint}}
|
||||
consumer->>+gateway: {{$.ServicePoints}}
|
||||
|
||||
note right of gateway: Authentication check at GW
|
||||
gateway->>+microservice: {{$.ServicePoint}}
|
||||
gateway->>+microservice: {{$.ServicePoints}}
|
||||
|
||||
microservice->>+authz: Validate requestor
|
||||
note right of authz: Authorise to function
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ sequenceDiagram
|
|||
|
||||
{{ range .Apis}}
|
||||
rect rgb(191, 223, 255)
|
||||
consumer->>+gateway: {{$.ServicePoint}}
|
||||
consumer->>+gateway: {{$.ServicePoints}}
|
||||
|
||||
note right of gateway: Authentication check at GW
|
||||
gateway->>+authz: Validate requestor
|
||||
|
|
|
|||
Loading…
Reference in New Issue