Aaron Turner

Results 57 comments of Aaron Turner

Lack of role discovery seems to be a big problem here and an opportunity for providing value if I can provide a better UX than the current. Challenge is of...

Investigate [Goreleaser](https://goreleaser.com) Example: https://github.com/nextdns/nextdns/blob/master/.goreleaser.yml One real negative is a number of features are behind a paywall so it may not scale with my needs over time. Also $99/year??? Seems really...

https://signin.amazonaws-us-gov.com/ https://console.amazonaws.cn/ the above also have other region names

IMDS uses a hard coded IP/port: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html So under typical configurations, each host has access to a single IMDS and there really is no cross platform way to hand out...

problem only happens in exec/console (not something like list) because it is caused by go-prompt Not fixes: 1. this patch is not a fix: https://github.com/c-bata/go-prompt/pull/239 2. doing the doAuth() outside...

Marking as blocked at this time since this seems to be a go-prompt bug and I haven't found a work around. Also doesn't seem like go-prompt is being actively maintained...

when not using SSO, need to support MFA: https://github.com/99designs/aws-vault/blob/master/USAGE.md#using-credential_process

UX: Phase 0: * ~~Research MFA support?~~ TL;DR: [Use for AssumeRole/GetSessionToken calls](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_configure-api-require.html). (Not even sure this is necessary really???) * Need to think harder on UX and map it out....

Depends on if you can find a sFlow decoder library for Go? (I haven't honestly looked to see.) Also, sadly I have no devices which generate sFlow so I have...