-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
At this moment, we use stdin/out to both print the Please type your MFA token... and collect the MFA token. That can be intrusive to users that might want to pipe/redirect its output:
awsudo -u production read_consul_logs > logs.txtIf an MFA token needs to be collected, the file output will include the printed stdin:
Please type your MFA token for arn:aws:iam::9999999999:user/bezos:
MY LOGS
Therefore, we might be better served using /dev/tty.
Reference:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers