Skip to content

Commit

Permalink
fix aws auth cross account sts role parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
jujugrrr authored and bonifaido committed Feb 6, 2020
1 parent 3908ad7 commit 8ba2bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli-tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ auth:
# Add cross account number and role to assume in the cross account
# https://www.vaultproject.io/api/auth/aws/index.html#create-sts-role
- sts_account: 12345671234
sts_role_arn: arn:aws:iam::12345671234:role/crossaccountrole
sts_role: arn:aws:iam::12345671234:role/crossaccountrole
roles:
# Add roles for AWS instances or principals
# See https://www.vaultproject.io/api/auth/aws/index.html#create-role
Expand Down
2 changes: 1 addition & 1 deletion vault-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ auth:
# Add cross account number and role to assume in the cross account
# https://www.vaultproject.io/api/auth/aws/index.html#create-sts-role
- sts_account: 12345671234
sts_role_arn: arn:aws:iam::12345671234:role/crossaccountrole
sts_role: arn:aws:iam::12345671234:role/crossaccountrole
roles:
# Add roles for AWS instances or principals
# See https://www.vaultproject.io/api/auth/aws/index.html#create-role
Expand Down

0 comments on commit 8ba2bd1

Please sign in to comment.