Skip to content

Commit

Permalink
add note about secrets manager (#504)
Browse files Browse the repository at this point in the history
#267 added secret manager support, so I updated the readme to note that. That way people won't need to dig through the issues to figure out what the support status is.
  • Loading branch information
calebAtIspot authored Jun 17, 2024
1 parent 0e67861 commit ba7e4e6
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 @@ -440,6 +440,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 @@ -512,4 +520,4 @@ a github release.
<div align="center">
THE CHAMBER OF SECRETS HAS BEEN OPENED
</div>
</div>

0 comments on commit ba7e4e6

Please sign in to comment.