paws-data-pipeline
paws-data-pipeline copied to clipboard
Create externally accessible endpoint to trigger processing flow
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 ?