Skip to content

Commit

Permalink
Merge branch 'master' into reserved-service
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavanki authored Jun 20, 2024
2 parents 52b2d9a + ba7e4e6 commit 2cb99c8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,14 @@ you can use `CHAMBER_AWS_REGION` to override just for chamber.
If you'd like to use a custom SSM endpoint for chamber, you can use `CHAMBER_AWS_SSM_ENDPOINT`
to override AWS default URL.
## AWS Secrets Manager
Chamber supports AWS Secrets Manager as an optional backend. For example:
```
chamber -b secretsmanager write myservice foo fah
chamber -b secretsmanager write myservice foo2 fah2
```
## S3 Backend (Experimental)
By default, chamber store secrets in AWS Parameter Store. We now also provide an
Expand Down Expand Up @@ -517,4 +525,4 @@ a github release.
<div align="center">
THE CHAMBER OF SECRETS HAS BEEN OPENED
</div>
</div>

0 comments on commit 2cb99c8

Please sign in to comment.