Open susheel opened 5 years ago
One thing to think about is whether the task submitter/client should be required/encouraged to send a secret alongside the callback_url
that could then be sent back to the client together with the TesResponse
. This might help prevent third parties from messing with task states.
PR available: #176
We would like to implement a mechanism to allow Task submitters to specify a
callback_url
that will be used by TES to POST any change in status to thecallback_url
.Requirements:
callback_url
as part of the TesRequestcallback_url
on change in status using any (optional) auth headersRelated Issue: WES#133