-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple bug and am close (hopefully 😁) to making PR: login command hangs if profile doesn't exist #545
Closed
3 tasks done
Milestone
Comments
A PR would certainly be welcome! Get something going and we can discuss |
How's that PR coming along @matthewliuswims? :) |
Possible solution here? #507 (comment) |
ah yes - that looks like a great fix. :) gonna do some testing and i'll hopefully put in a PR today! |
mtibben
pushed a commit
that referenced
this issue
May 2, 2020
Fixed in 1496990 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.aws/config
(redacted if necessary)aws-vault --debug
(redacted if necessary)bug/replication
aws-vault login <non-existent-profile>
hangs forever if profile doesn't exist 😓fix attempt
I did some digging: the hang is caused by infinite recursion here
aws-vault/vault/vault.go
Lines 220 to 231 in 1ce3655
func is called here
aws-vault/vault/vault.go
Lines 196 to 197 in 1ce3655
I'm happy to make a pr, but i'm not sure what kind of base case checking I should be doing for
MasterCredentialsFor
func without breaking functionalityThank you!
The text was updated successfully, but these errors were encountered: