Adjusted ServicePoints var name

main
Tom Peltonen 2024-02-25 21:53:43 +11:00
parent cdc5d07400
commit 95499fed79
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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