Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Support for callback_url #121

Open
susheel opened this issue May 8, 2019 · 2 comments
Open

Proposal: Support for callback_url #121

susheel opened this issue May 8, 2019 · 2 comments

Comments

@susheel
Copy link
Member

susheel commented May 8, 2019

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 the callback_url.

Requirements:

  • Task submitter must be able to specify a single callback_url as part of the TesRequest
  • TES will POST the full TesResponse to the callback_url on change in status using any (optional) auth headers

Related Issue: WES#133

@uniqueg
Copy link
Contributor

uniqueg commented Jun 9, 2020

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.

@uniqueg
Copy link
Contributor

uniqueg commented Jul 28, 2022

PR available: #176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants