leflamm / afpre

CLI for the AWS Federation Proxy
Apache License 2.0
19 stars 12 forks source link

Not possible to exit afpre when hanging on token renewal #38

Closed BernhardBln closed 6 years ago

BernhardBln commented 6 years ago

When afpre hangs while renewing the token ("token expired - need to renew..."), it is not possible to exit afpre using ctrl + c:

token expired - need to renew...
authenticating as ... for ... against ...
^C
token expired - need to renew...
authenticating as ... for ... against ...
^C
token expired - need to renew...
authenticating as ... for ... against ...

Instead, it just tries again to renew the token.

leflamm commented 6 years ago

Plz try https://github.com/leflamm/afpre/releases/tag/0.9.18

BernhardBln commented 6 years ago

Works, thanks :)