File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ Txn-Tokens prevent unauthorized or unintended invocations by allowing a workload
184184 1 +--------------+ 2 +--------------+
185185--------->│ │---------->│ │
186186 │ External │ │ Txn-Token │
187- 7 │ Endpoint │ 3 │ Service │
187+ 8 │ Endpoint │ 3 │ Service │
188188<---------│ │<----------│ │
189189 +--------------+ +--------------+
190190 │ ^
191- 4 v │ 6
191+ 4 v │ 7
192192 +--------------+
193193 │ │
194194 │ Internal │
@@ -216,8 +216,9 @@ Txn-Tokens prevent unauthorized or unintended invocations by allowing a workload
2162163. Txn-Token Service mints a Txn-Token that provides immutable context for the transaction and returns it to the requester
2172174. The external endpoint initiates a call to an internal workloads and provides the Txn-Token as authorization
2182185. Subsequent calls to other internal workloads use the same Txn-Token to authorize calls
219- 6. Responses are provided to callers based on successful authorization by the invoked workloads
220- 7. External client is provided a response to the external invocation
219+ 6. Responses are provided to calling workloads based on successful authorization by the invoked workloads
220+ 7. Response provided to external endpoint based on successful authorization by the invoked workload
221+ 8. External client is provided a response to the external invocation
221222
222223# ## Internally Initiated Txn-Token Flow
223224
@@ -232,7 +233,7 @@ An internal workload may need to initiate a transaction not on the basis of a cu
232233 ┤ ◀───────────│ │
233234 └────┬───▲─────┘ └──────────────┘
234235 │ │
235- 4 │ │ 6
236+ 4 │ │ 7
236237 ┌────▼───┴─────┐
237238 │ │
238239 │ Internal │
You can’t perform that action at this time.
0 commit comments