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

Some characters disappear after running aws-saml login #8

Closed
eistrati opened this issue Jul 27, 2018 · 4 comments
Closed

Some characters disappear after running aws-saml login #8

eistrati opened this issue Jul 27, 2018 · 4 comments
Assignees

Comments

@eistrati
Copy link

Here below is my ~/.aws/credentials before running aws-saml login:

[default]
aws_access_key_id=AKIAG***
aws_secret_access_key=M0mqn***

Here below is my ~/.aws/credentials after running aws-saml login:

[default]
aws_access_key_id = KIAG***
aws_secret_access_key = 0mqn***

Please fix it ;)

@ddimitrioglo ddimitrioglo self-assigned this Jul 27, 2018
@ddimitrioglo
Copy link
Owner

@eistrati which Node.js version are you using?

@eistrati
Copy link
Author

eistrati commented Aug 3, 2018

$ node -v
v6.11.0

@ddimitrioglo
Copy link
Owner

ddimitrioglo commented Nov 11, 2018

@eistrati I confirm your issue.

Steps to reproduce:

  • I've added some fake credentials the same way you did it:

image

  • And after aws-saml login I've received:

image

Starting investigating your use-case and come with updates ;)

@ddimitrioglo
Copy link
Owner

@eistrati in v1.1.0 this unpleasant issue was fixed!

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

No branches or pull requests

2 participants