nsacyber / WALKOFF

A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
https://nsacyber.github.io/WALKOFF/
Other
1.2k stars 222 forks source link

rest api to execute individual apps as standalone #227

Open peterclemenko opened 5 years ago

peterclemenko commented 5 years ago

A REST api to execute individual apps as standalone would help greatly with the ability to execute apps from outside of walkoff individual from workflows

adpham95 commented 5 years ago

Yes, this would be very useful - it's been on our backlog for a while. We're also planning some webhook features that might tie into this.

It shouldn't be too big of a lift - I'm currently working on a "bootloader" container to make setup a bit easier, and my next task will be to build out an API for app management on the Umpire container (which manages scaling of apps and workers). Either that, or a routine in the Umpire listening on a Redis stream fed by the REST API on the API Gateway, details TBD.

That is likely where this feature would end up.