Comparing version
{ | ||
"name": "aws-assume", | ||
"description": "Generate teporary credentials for aws assumed roles.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Jonathan Brumley <cayasso@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -31,3 +31,3 @@ # aws-assume | ||
``` | ||
# Installed globally | ||
# Install globally | ||
npm install -g aws-assume | ||
@@ -61,8 +61,6 @@ eval "`aws-assume <profile>` npm run deploy" | ||
You should also have a role based configuration that uses MFA in your | ||
`~/.aws/config` file: | ||
You should also have a role based configuration in your `~/.aws/config` file: | ||
```ini | ||
[profile default] | ||
mfa_serial = arn:aws:iam::1234567890:mfa/username | ||
output = json | ||
@@ -69,0 +67,0 @@ region = us-east-1 |
Sorry, the diff of this file is not supported yet
6788
-1.04%73
-2.67%