We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b36fc7 commit 40b5277Copy full SHA for 40b5277
README.md
@@ -78,6 +78,16 @@ region=us-west-2
78
output=json
79
```
80
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
91
## Development setup
92
93
1. First, install these packages: `brew install pre-commit direnv go`
0 commit comments