Adjusted ServicePoints var name
parent
eb0ccddff2
commit
cdc5d07400
|
|
@ -15,11 +15,11 @@ sequenceDiagram
|
||||||
{{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }}
|
{{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
consumer->>+gateway: {{.ServicePoint}}
|
consumer->>+gateway: {{.ServicePoints}}
|
||||||
activate consumer
|
activate consumer
|
||||||
|
|
||||||
note right of gateway: Authentication check at GW
|
note right of gateway: Authentication check at GW
|
||||||
gateway->>+microservice: {{.ServicePoint}}
|
gateway->>+microservice: {{.ServicePoints}}
|
||||||
|
|
||||||
microservice->>+authz: Validate requestor
|
microservice->>+authz: Validate requestor
|
||||||
note right of authz: Authorise to function
|
note right of authz: Authorise to function
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue