Hi @thbishop
Thanks a lot for the tool! It's been awesome when paired with AWS CLI and aws-vault:
[profile debug]
region=us-west-2
include_profile = anthony_scalisi@debug
credential_process = sh -c 'aws-vault exec debug --mfa-token=$(mmfa get debug) --duration=1h --json 2> $(tty)
Would it be possible to add a flag so that it doesn't automatically get added to clipboard? This way, it'd be backward compatible if it makes sense, something like mmfa get --skip-clipboard debug
As you can see, since it's being passed directly through credential_process, there's no use for the MFA code to be added to clipboard.
Let me know, thank you again!
Hi @thbishop
Thanks a lot for the tool! It's been awesome when paired with AWS CLI and
aws-vault:Would it be possible to add a flag so that it doesn't automatically get added to clipboard? This way, it'd be backward compatible if it makes sense, something like
mmfa get --skip-clipboard debugAs you can see, since it's being passed directly through
credential_process, there's no use for the MFA code to be added to clipboard.Let me know, thank you again!