I haven't seen any discussion about the spoofing IP source by tampering with X-forwarded-for I mentioned - is that not a concern? Am I mistaken that it works like that?
Here's a demo:
abra app new netshoot
abra app deploy <app-name>
abra app run <app-name> app -- nmap -sS -sV -T5 10.0.1.\*
(not sure if the proxy overlay is always on that subnet,…
A better place would be the
abra.shfile I think
I guess I was imagining labels allowing us to trigger a different handler script for each service, for example one for app one for db,…
On the question of detecting failed deployments, my suggestion would be to not 🤠 If we can expose a rollback command and let the user invoke it when they've determined that a deployment failed,…
It seems like a lot of these ideas could be implemented fairly cleanly as additional sets of labels which serve as hooks for different operations, similar to `backupbot.restore.pre-hook and…