mozilla-aws-cli icon indicating copy to clipboard operation
mozilla-aws-cli copied to clipboard

DEPRECATED. A command line tool to allow users to log into AWS with their federated identity using Single Sign On and obtain ephemeral API keys. This is no longer in use in Mozilla SSO/IAM, as of Sept...

Results 48 mozilla-aws-cli issues
Sort by recently updated
recently updated
newest added

When running the `eval $(maws)` command my bash prompt is not updating correctly with the correct `$(maws_profile)` name. This is how my prompt looks like when I run the command...

https://github.com/mozilla-iam/mozilla-aws-cli/blob/master/setup.py#L35-L46 Are all these versions really necessary? I suggest moving to python3.6, 3.7 and 3.8 and call it good. Doing so would allow you to use more modern features such...

We currently use a trick mentioned in #244 to suppress console output in the Flask development server which prior to a few weeks ago was possible but with current versions...

We noticed that maws currently does not unset the AWS_SECURITY_TOKEN evnironment variable, which can lead to confusing behaviour if it is still set. This PR makes sure this env variable...

I've been having some issues with the prompts set by maws on my macOS install, and so today I worked out what they are and improved prompt handling in the...

This is a proposed change to ensure the Flask server can be shutdown without bringing down the whole process.

Since there's no easy way to `eval` in `cmd.exe` instead of outputting `SET AWS_....` just set the environment variables inside Python (`shutil.command("setx foo=bar")`). This adds them to the global OS...

Here's what I get running this on Windows 7 IE 11 ``` C:\Users\IEUser>maws --verbose 2020-08-06:07:43:35 DEBUG [cli.py:204] Config : {REDACTED} 2020-08-06:07:43:35 DEBUG [cache.py:295] There is no ID token file at...

I can not run maws because No response from web interface for 2 seconds, shutting down. I am not sure what that code is checking for, but it seems to...

It seems any browser window calling `/shutdown` will shutdown the callback listener server. This is annoying because a failed login process will mess with the next login process; shutting down...