From b8200010364f31a95b6268bf514fae5110dcdcd4 Mon Sep 17 00:00:00 2001 From: Katie Balcewicz <16235102+katiebalcewicz@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:01:13 -0400 Subject: [PATCH] Add supported MFA methods to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9c88f..fe76ea2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ $ aws-creds -p $PROFILE_NAME This may prompt you for your Okta password, preferred multi-factor auth method, and then your one-time password. +Please note that push-based authentication methods are not supported by this tool. You may need to add an additional verification method to your Okta account that uses an OTP. Google Authenticator and Okta Verify both work. + `aws-creds` will then populate your `$HOME/.aws/credentials` file with credentials from Okta. Finally pass `--profile=$PROFILE_NAME`, or set `AWS_PROFILE=$PROFILE_NAME`, when running `aws` commands. @@ -84,4 +86,4 @@ make command | description `make release` | Creates and pushes a git tag. `make setup` | Sets up linting and changelog tools. `make html` | Generates test coverage report. -`make enforce` | Enforces test coverage. \ No newline at end of file +`make enforce` | Enforces test coverage.