Gene Wood
Gene Wood
Given that `$(maws)` doesn't work in `zsh` (causes double requests #134), is there any way to detect that `maws` is running in a zsh subshell that was invoked with `$()`?...
* Replace mixed use of `'` and `"` with `"` * Add a newline before the `return` statements at the end of functions * Resolve jslint issues in index.js
This currently hangs maws instead of exiting with an error message ``` $(maws) ERROR:mozilla_aws_cli.sts_conn:AWS STS Call failed 400 Sender InvalidIdentityToken : OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint ERROR:mozilla_aws_cli.listener:Exception...
We had talked about this early on. There may not be a need for this now. If you, the reader, desire this functionality, thumbs up this issue (if you don't,...
Modify the group role map builder to capture the "description" field for IAM roles and write it into the group role map file. Modify the id token for role API...
Let's add bash/zsh completion so that if you type `maws -r ` `[tab]` it reads your cached group role map, and prefils the ARN up to the account ID I...
Let's rename the various uses of the word `login` and `state` to be distinct so it's easier to understand which one each one means # login * [module `login`](https://github.com/mozilla-iam/mozilla-aws-cli/blob/master/mozilla_aws_cli/login.py) *...
Let's find out what our users want as the defaults. So far the choices we've made that we should reconsider based on some data from users * output format :...
Something about the `travis.yml` file causes, when a tag is applied, for a deployment to pypi to happen followed by the lambda job which tries and fails to deploy to...
We should look into using the flask [`g`](https://flask.palletsprojects.com/en/1.0.x/api/#flask.g) object or the [`current_app`](https://flask.palletsprojects.com/en/1.0.x/api/#flask.current_app) object ([application context](https://flask.palletsprojects.com/en/1.0.x/appcontext/)) to pass the login object around inside `listener.py` instead of the global `login`