Ross Simpson

Results 8 comments of Ross Simpson

@elyscape https://github.com/99designs/iamy/pull/53 has landed and ignores AWS service roles. That should effectively fix this issue.

@stevehodgkiss can you point me to somewhere in the code which has knowledge of the dependencies (if there is such a place)?

I'd be interested to see how secrets could work here -- I can see a need to share a secret with multiple stacks, and since we already have secret support...

I'm also running into the same problem. In my case it was a very similar problem of incorrect indentation, but in `stack_master.yml` rather than a parameters file.

Tangentially related, it would be cool to list the supported values for `--profile-template`.

This would definitely help reduce duplication. Along the same lines, adding a `--source-profile` argument to the `add` command would be very useful, especially when using `--profile-template` to generate a new...

I did a little local dev on the codebase today, and found that it does _seem_ to be related to the release/build process: - Previous working version (installed from Homebrew)...

Looking historically: - `0.0.13-arm64` and `0.0.13-amd64`: file-based keychain - `0.0.12-arm64` and `0.0.12-amd64`: SIGSEGV on add - `0.0.11-amd64`: OSX keychain prompt - 67d9132144b36a88bb1f5629f4e5e480cb4e43ca (commit just before #63 was merged): file-based keychain...