Edward Wilde

Results 15 comments of Edward Wilde

@burtonr thanks for the catch, link was in the wrong issue! moved to #1. Yes ecs recently got [volume support](https://aws.amazon.com/about-aws/whats-new/2018/08/amazon-ecs-now-supports-docker-volume-and-volume-plugins/) so that should be pretty straight forward

maybe use a sidecar to [template a secrets volume](https://github.com/hashicorp/faas-nomad/blob/master/handlers/deploy.go#L256) that is shared with the function container sidecar on aws fargate: https://blog.aquasec.com/securing-aws-fargate-with-sidecars Securing AWS Fargate with SidecarsIn this post I’ll show...

@burtonr apologies if it wasn’t clear, my proposal is to add full request/response logging with `debug` flag

@alexellis I agree that at the CLI level this can be achieved with a proxy. I mentioned this in the issue under ‘alternatives’. Couple of draw backs: - won’t work...

@avishnyakov thank you for raising this issue, I think having unique names makes a lot of sense. Would you like to put a PR together for that?