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

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jul 12, 2019
1 parent 510a9a5 commit adb4fb5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions examples/vault-s3-private/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Example showing Vault and private S3 bucket
# Example showing Vault and IAM Integration

This example creates a private s3 bucket resources. It then uses vault
to create keys which only has access to the s3 buckets. The example
code will create an IAM user for each lease and will attach the
supplied policy with it.

But you can also use STS credentials. You need to change the
`iam_user` to either `assumed_role` or `federation_token` based on
your use case. You can find more [details about this
here](https://www.vaultproject.io/docs/secrets/aws/index.html).
to create keys which only has access to those s3 buckets. The example
code will create an IAM role with access to that bucket and will also
configure vault so that we can dynamically generate credentials for
accessing that bucket.

## Requirements

Expand Down

0 comments on commit adb4fb5

Please sign in to comment.