John Ritsema

Results 43 comments of John Ritsema

Right, but I want to use the `control` key rather than `alt`.

True, but I've disabled that in mac preferences (mission control), and like I said, I've enabled it in atom (another electron based app) using their [keymap.cson support](https://github.com/atom/atom/tree/master/keymaps). I'm also able...

Thanks @CodeTheory. Curious what @rauchg thinks. Perhaps this doesn't belong inside Hyper since it will be possible once Karabiner gets updated for sierra. But still might be a slick enhancement.

@nodesocket just fyi, that our [fork](https://github.com/turnerlabs/fargate) has support for secrets in [service deploy](https://github.com/turnerlabs/fargate#fargate-service-deploy) as well as [env set](https://github.com/turnerlabs/fargate#fargate-service-env-set). ``` curl -s get-fargate.turnerlabs.io | sh ```

Yes, it is slightly different. The reason we moved the service argument is so you can maintain a `fargate.yml` file (or `$FARGATE_X` envvars) and not have to specify the cluster,...

Our fork (https://github.com/turnerlabs/fargate) doesn't support this either since we haven't had much interest in it. That said, we would consider adding it if there was more demand. For now, we've...

Just FYI that our fork can deploy an image, envvars, and secrets in a single deploy via a `-f` flag. https://github.com/turnerlabs/fargate#fargate-service-deploy

Wonder what integration with this might look like :) https://aws.amazon.com/blogs/aws/aws-secrets-manager-store-distribute-and-rotate-credentials-securely/

We haven't been able to get this yet. If anyone wants to help contribute this, that would be much appreciated!

Hi @walshe. Make sure `bucket` and `profile` are set in [main.tf](https://github.com/turnerlabs/terraform-ecs-fargate/blob/master/env/dev/main.tf#L6-L7) to the values created in `base`. If you use [fargate-create](https://github.com/turnerlabs/fargate-create/), it will do this for you.