Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit adb4fb5

Browse files
committed
Fix readme
1 parent 510a9a5 commit adb4fb5

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

examples/vault-s3-private/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# Example showing Vault and private S3 bucket
1+
# Example showing Vault and IAM Integration
22

33
This example creates a private s3 bucket resources. It then uses vault
4-
to create keys which only has access to the s3 buckets. The example
5-
code will create an IAM user for each lease and will attach the
6-
supplied policy with it.
7-
8-
But you can also use STS credentials. You need to change the
9-
`iam_user` to either `assumed_role` or `federation_token` based on
10-
your use case. You can find more [details about this
11-
here](https://www.vaultproject.io/docs/secrets/aws/index.html).
4+
to create keys which only has access to those s3 buckets. The example
5+
code will create an IAM role with access to that bucket and will also
6+
configure vault so that we can dynamically generate credentials for
7+
accessing that bucket.
128

139
## Requirements
1410

0 commit comments

Comments
 (0)