diff options
author | Christian Segundo | 2022-06-10 20:30:09 +0200 |
---|---|---|
committer | Christian Segundo | 2022-06-10 20:30:09 +0200 |
commit | 8d4c7d3875090e11c9fa76696a891a258b7b33e3 (patch) | |
tree | 781af0c3f81243467c666d6b0bc279b56ca87fb6 | |
parent | d0afccdfc9d6370cab07698987e4146354f48a2c (diff) | |
download | awscli-plugin-passtotp-8d4c7d3875090e11c9fa76696a891a258b7b33e3.tar.gz |
update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# pass authentication for AWS CLI (and boto) made easy +# AWS CLI MFA with pass-otp made easy This plugin enables aws-cli to directly talk to [pass](https://www.passwordstore.org/) to acquire an OATH-TOTP code using the [pass-otp](https://github.com/tadfisher/pass-otp) extension. @@ -36,10 +36,10 @@ mfa_path = foo/aws/bar ... ``` - ## Usage Just use the `aws` command with a custom role and the plugin will do the rest: + ```sh $ aws s3 ls --profile myprofile 2013-07-11 17:08:50 mybucket |