input-output-hk / cicero

event-driven automation for Nomad
https://handbook.cicero.ci.iog.io
41 stars 11 forks source link

Implement a config interface into makes #9

Closed blaggacao closed 2 years ago

blaggacao commented 2 years ago

I'm not sure if this will be possible, but it would be nice to be able to wrap the pipeline spec into a makes modul that also sets up a local nomad environment.

The goal would be a complete shift left execution of the pipeline in a local nomad agent.


Also an option for highly security sensitive executions that don't trust any server for handling certain secrets.

/cc @kamadorueda

dermetfan commented 2 years ago

So just a makes task that runs the local dev setup commands present in the README? Go ahead

blaggacao commented 2 years ago

makes has fallen a bit out of focus.