Adjusted ServicePoints var name

main
Tom Peltonen 2024-02-25 21:43:20 +11:00
parent eb0ccddff2
commit cdc5d07400
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ sequenceDiagram
{{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }}
{{ end }}
consumer->>+gateway: {{.ServicePoint}}
consumer->>+gateway: {{.ServicePoints}}
activate consumer
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