Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #43 from looneym/ml/plaintext-mfa
Browse files Browse the repository at this point in the history
Do not obfuscate MFA input
  • Loading branch information
Graham Jenson authored Jan 29, 2019
2 parents ff05fb7 + 067de4f commit e3faf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assume-role
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ assume-role-with-bastion() {
# We'll need a token to renew session
if [ -z "$mfa_token_input" ] && [ -z "$OUTPUT_TO_EVAL" ]; then
echo -n "MFA Token: "
read -r -s mfa_token
read -r mfa_token
echo
else
mfa_token="$mfa_token_input"
Expand Down

0 comments on commit e3faf99

Please sign in to comment.