Aaron Turner

Results 170 issues of Aaron Turner

`aws-sso-cli`, a tool to quickly select an AWS SSO IAM Role to assume, uses go-prompt: https://github.com/synfinatic/aws-sso-cli

enhancement

Tested with both iTerm2 3.4.12 and Terminal 2.10 on macOS 10.15.7 with promptui 0.9.0 and Go 1.17.5 using: ``` prompt := promptui.Prompt{ Label: "SSO Instance Name (DefaultSSO)", Validate: validateSSOName, Default:...

Looks similar to #169, but a few things I should mention: 1. I'm using the snakebite API via [Inviso](github.com/netflix/inviso) 2. The error is happening during iteration of [client.ls()](https://github.com/Netflix/inviso/blob/master/jes/inviso/monitor.py#L295) 3. The...

TL;DR: Windows CommandPrompt & PowerShell have no equivalent of bash's `eval` command so you can't do `eval $(aws-sso eval ...)` and have it update the environment variables for the current...

bug
help wanted

be able to say `aws-sso console s3` or `aws-sso console ec2` or whatever might be pretty cool?

enhancement

admins can tag role and accounts: * iam:ListRoleTags * organizations:ListTagsForResource (account, OU, root)

enhancement
priority:low

shouldn't require people to use AWS_SSO env var

enhancement

can I rewrite `aws-sso-profile` to effectively use `aws-sso eval` for completion and just do the eval? Basically give people the option of how to select the profile? Or even use...

idea

Would be great to not have to rely on opening a URL in a GUI web browser and have the user login to AWS SSO. Would be preferred to perform...

help-wanted
idea

I think it would be nice to be able to just search through values, not just key/value pairs. that way you can just start typing the accountid or accountname or...

enhancement
priority:low