Adjusted ServicePoints var name
parent
eb0ccddff2
commit
cdc5d07400
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue