99designs / aws-vault

A vault for securely storing and accessing AWS credentials in development environments
MIT License
8.53k stars 822 forks source link

Starting subshell /usr/bin/zsh, use `exit` to exit the subshell #1207

Closed victor5114 closed 1 year ago

victor5114 commented 1 year ago

[profile company] region=eu-west-1 mfa_serial=arn:aws:iam::586141325348:mfa/***@company.tv

[profile local-dev] source_profile=company role_arn=arn:aws:iam::434745099031:role/company-staging-local-dev mfa_serial=arn:aws:iam::586141325348:mfa/***@company.tv

I have this issue since this morning but it was working just fine last week. I don't think it comes fome my config as I'm using it with different laptop.

Also other commands are working fine like aws-vault list or aws-vault clear

It looks like it is related to my zsh bash but I haven't changed anything on this side.

vrknetha commented 1 year ago

@victor5114 How did you resolve this issue?