-
Notifications
You must be signed in to change notification settings - Fork 90
Fix mfa argument + backport #1104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Backport for 1.19.x till 1.21.x
… till 1.21.x This way, customers who are looking for Single-Phase login using MFA can find both API and CLI methods of doing it on one page.
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Style correction: write simply
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Edited to match original suggestion
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Edited to match original suggestion
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Edited to match original suggestion
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Edited to match original suggestion
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Edited to match original suggestion
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Edited to match original suggestion
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | ||
|
||
**Examples**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials. | |
**Examples**: | |
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example: |
Edited to match original suggestion
This is a continuation of PR #1013
Fixed
-mfa
argument for CLI flags since it was incorrect.Also added this CLI flag description to the Single-Phase login docs so customers who are looking for Single-Phase MFA login can now find how to do it via API and CLI on one page (reduces confusion).