faradayio / cage

Develop and deploy complex Docker applications
http://cage.faraday.io
Apache License 2.0
307 stars 26 forks source link

For all commands, exlucde non-targeted pods on docker-compose.yml output #80

Open erithmetic opened 6 years ago

erithmetic commented 6 years ago

Essentially, this aims to solve the problem of the vault plugin trying to assign tokens for pods that are not enabled in the current target.

emk commented 6 years ago

We have separate notions of "passed as an argument to the current command", and "enabled in the current target." The placeholders pod should simply not be enabled at all. Can we hook into that mechanism? Is there a reason why we aren't?