Jon R. Roma

Results 23 issues of Jon R. Roma

Here's what I experienced when trying to log in to AWS this afternoon. ``` 1: typeset -x AWS_PROFILE=production 2: aws login Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/botocore/configloader.py", line 149,...

bug

@ddriddle, one thing that has come up when running AWS commands that take a long time. Doing a `terragrunt-diff`of our whole `as-aws-test` tree takes about 25-30 minutes. The question always...

enhancement

As currently released, the alpha version of this software maintains a session log. This log is not located anywhere that's obvious to the end user, and will eventually grow in...

enhancement

Think about setting up a global configuration that is read before the per-user configuration to set system defaults (like logging configuration).

enhancement
stale

Don't overwrite an already-existing profile in `~/.aws/credentials` without securing user's approval to do so. I can envision scenarios where the plugin can accidentally overwrite already-existing credentials, particularly when using the...

enhancement
stale

``` 2021-02-26 18:40:29,457:INFO:Startig refresh process for role arn:aws:iam::224588347132:role/ApplicationServicesAdmins ``` There's a typo in the INFO log message shown above; the word "startig" [sic] appears in place of the correct "starting".

bug

The documentation, in the [**Known issues** section](https://github.com/techservicesillinois/awscli-login#known-issues), defines what to do when a user is unable to authenticate after changing his/her IdP password, namely to run ```keyring set awscli_login username@hostname_of_your_IdP```...

enhancement
stale

If one hits return instead of selecting a role by number, one gets the error message `invalid literal for int() with base 10: ''`, which is programmer-centric but not user-centric....

enhancement
stale

If I do an `aws logout` to ensure my session has been terminated, I get the following if I happen to have logged out already. ``` : aws logout Already...

enhancement
stale

Would it be beneficial to create an option to log out and to delete the login cookie, rather than having to `rm` the file manually?

enhancement
usability
stale