StackStorm
st2StackStorm is a platform for integration and automation across services and tools, taking actions in response to events.
StackStorm is a platform for integration and automation across services and tools, taking actions in response to events.
Otty extracts these into your secret store instead of syncing the files. Every generated manager config below leaves them out too.
passwordapi_keybasic_authThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
cacert[general]base_url = https://st2.example.comapi_version = v1cacert = /Users/octocat/.st2/ca-bundle.crtmachine-local [cli]debug = FalseOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. StackStorm writes no caches or state in your home directory.
cacert[general]base_url = https://st2.example.comapi_version = v1cacert = /Users/octocat/.st2/ca-bundle.crtmachine-local [cli]debug = FalseEach machine keeps its own copy of these.
passwordapi_keybasic_authLifted into your secret store; the rest of the file syncs.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/st2. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these keeps the credential file out. None of them splits cacert for you — that part is Otty’s own sync, or a template you write by hand.