so a very compact ansible/salt stack? also it's "high performance" but what did you performance test this against?
also what's protecting the exposed endpoint on the server side? Seems like you can spin up the server, and it will accept remote commands from anybody that knows the exposed port on the server (looks like 9000 by default)
xyst|2 years ago
also what's protecting the exposed endpoint on the server side? Seems like you can spin up the server, and it will accept remote commands from anybody that knows the exposed port on the server (looks like 9000 by default)
ymz_ncnk|2 years ago
> so a very compact ansible/salt stack?
I think you could try to use cmd-stream-go as an automation tool as well.
> "high performance", but what did you test the performance on?
I will publish benchmarks soon.
> also, what protects the open endpoint on the server side?
You can use mutual TLS for that.