paws-data-pipeline icon indicating copy to clipboard operation
paws-data-pipeline copied to clipboard

Create externally accessible endpoint to trigger processing flow

Open c-simpson opened this issue 1 year ago • 0 comments

k8s cronjobs run in ephemeral pods, so the /internal/ idea won't work.

Need to

  • validate token passed as GET parameter
  • get from shared secrets
  • use constant-time comparator
  • always send 200 ?

c-simpson avatar Apr 02 '24 20:04 c-simpson