Skip to content

Commit

Permalink
Add supported MFA methods to README
Browse files Browse the repository at this point in the history
  • Loading branch information
katiebalcewicz committed Oct 6, 2023
1 parent 8aa007e commit b820001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
`make enforce` | Enforces test coverage.

0 comments on commit b820001

Please sign in to comment.