-
Notifications
You must be signed in to change notification settings - Fork 563
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
Version v2.36.16 removes logs for the --credential-process flag #1293
Comments
Hi @seraco , thank you for raising this issue. It had been under my radar for a while and it appears there is quite a number of support, so I made it a priority to take a investigate it. Sorry for not getting back to you sooner. Found the actual PR that caused this issue and in conclusion, and would be happy if you just updated the line of code you have discovered to remove the 2nd half of the OR condition of the if statement, it shouldn't break the feature that introduced this undesired side-effect.
No, it wasn't intentional.
Yes please. We are due to cut a new release soon but more than happy to wait for this to go through. |
fix: credential-process flag remove logs [#1293]
@seraco, just letting you know I made changes to undo the quieting of the logs and pushed a new release so hopefully v2.36.17 fixed it 🤞 |
What
Version v2.36.16 stopped producing logs when the
--credential-process
flag is passed to the login command. This stops showing the MFA number necessary for logging in.Points to note:
saml2aws
in credential helper mode.saml2aws
logs).Why
In the following lines version v2.36.16 added a conditional check to exclude the logs:
The text was updated successfully, but these errors were encountered: