portray icon indicating copy to clipboard operation
portray copied to clipboard

Helps with assuming roles in multiple AWS accounts.

Results 9 portray issues
Sort by recently updated
recently updated
newest added

OS: Windows 10 + WSL running Ubuntu Portray: ``` radix@DESKTOP-HOBTFB6:~/Juice/infrastructure$ portray version Portray build info: Version: Git Commit: Build Time: Go Version: ``` so I guess I'm not sure which...

Right now it's difficult to write scripts that make use of portray, because it strictly opens a shell and doesn't parameterize any command to run. I propose the following syntax:...

I've hit a good handful of tooling that expects one or both of these to be set. I've particularly seen it a lot with tooling that is intended to be...

enhancement

Region should be read from the config or passed via a flag.

enhancement

I'm not sure if this is due to CircleCI tagging in the 1.1.2 release or if it was something that was already present, but the output is all blank for...

bug

Allow session duration to be passed via a flag.

enhancement

Choose a framework and get unit tests written and working.

enhancement

Rather than requiring users to configure AWS account IDs, we could use `sts.GetCallerIdentity` using normal AWS profile credentials. This could remove the need to configure the AccountId for AuthProfiles.

enhancement

Generate completions for BASH (and ZSH if it isn't too much extra work). https://github.com/spf13/cobra/blob/master/bash_completions.md

enhancement