-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: align awss3 env variables to the AWS KMS
This commit aligns the AWS S3 Storage services to the AWS KMS The user will not require to set two sets of different env variables. It makes easier to combine the two AWS services during the deployment. Example: ``` - RSTUF_STORAGE_BACKEND=AWSS3 - RSTUF_AWS_STORAGE_BUCKET=tuf-metadata - RSTUF_AWS_ACCESS_KEY_ID=keyid - RSTUF_AWS_SECRET_ACCESS_KEY=ACCESS_KEY - RSTUF_AWS_DEFAULT_REGION=us-east-1 - RSTUF_AWS_ENDPOINT_URL=http://localstack:4566 ``` This commit also include updates in the Docker_README Signed-off-by: Kairo Araujo <[email protected]>
- Loading branch information
1 parent
c4b26c0
commit 203407d
Showing
2 changed files
with
22 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters