Skip to content

Commit 40b5277

Browse files
author
Chris Gilmer
committed
Update usage for MFA devices
1 parent 1b36fc7 commit 40b5277

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ region=us-west-2
7878
output=json
7979
```
8080

81+
### MFA Management
82+
83+
This tool will help create and enable a virtual MFA device. The interface for the MFA device is a QR code
84+
which will be shown to the user during setup. This QR code can be used with a password manager to provide the
85+
One Time Passwords (OTP) values asked for in the script.
86+
87+
In the case where the user has a virtual MFA device already set up they can choose not to provision a new one.
88+
This is done by issuing the `--no-mfa` flag on the command line in conjunction with the regular command from
89+
above.
90+
8191
## Development setup
8292

8393
1. First, install these packages: `brew install pre-commit direnv go`

0 commit comments

Comments
 (0)