We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f10a4 commit 5a4a8b9Copy full SHA for 5a4a8b9
content/vault/v1.18.x/content/docs/auth/login-mfa/index.mdx
@@ -112,9 +112,7 @@ $ curl \
112
http://127.0.0.1:8200/v1/auth/userpass/login/alice
113
```
114
115
-For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials.
116
-
117
-**Examples**:
+Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example:
118
119
- CLI flag: `-mfa "d16fd3c2-50de-0b9b-eed3-0301dadeca10:695452"`
120
- Environment variable: `export VAULT_MFA="d16fd3c2-50de-0b9b-eed3-0301dadeca10:695452"`
0 commit comments