Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--verbose parameter causes json parsing issue #25

Open
tom-smith-okta opened this issue Aug 25, 2018 · 2 comments
Open

--verbose parameter causes json parsing issue #25

tom-smith-okta opened this issue Aug 25, 2018 · 2 comments

Comments

@tom-smith-okta
Copy link

When I use the --verbose (or -v) parameter, I can successfully authenticate and get a json object from the awsprocesscreds tool, but when this object is sent to the core cli tool I always get the following error:

Expecting value: line 1 column 1 (char 0)

I suspect that the --verbose flag is corrupting the STDOUT sent to the cli.

I am testing on a clean Ubuntu 18.04 image with Python 2.7.9. I've also tested with Python 3.6 and gotten the same result.

@tom-smith-okta
Copy link
Author

the --verbose parameter works, but only when called directly from the command line. So, this works:

$ awsprocesscreds-saml -e {url} -u {user} -p {idp} -a {arn} --verbose

This does not work:
~/.aws/config

[profile joe]
credential_process = awsprocesscreds-saml -e {url} -u {user} -p {idp} -a {arn} --verbose

$ aws s3 ls --profile joe

In retrospect, this makes complete sense, but I suggest updating the docs and/or somehow ignoring the --verbose flag in the context of the cli.

@JordonPhillips
Copy link
Contributor

Yeah the verbose bits should probably print to stderr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants