Skip to content

Commit

Permalink
Fix/sid (#274)
Browse files Browse the repository at this point in the history
* Update s3-other.tf

* Update CHANGELOG.md
  • Loading branch information
patduin authored Sep 3, 2024
1 parent 0bc5854 commit 0de5c37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.3.5] - 2024-09-02
### Added
- Use unique SID in IAM Policy.

## [7.3.4] - 2024-08-29
### Added
- Add `s3:ListBucketMultipartUploads`, `s3:ListMultipartUploadParts`, and `s3:AbortMultipartUpload` in `apiary-bucket-policy.json`.
Expand Down
2 changes: 1 addition & 1 deletion s3-other.tf
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ resource "aws_s3_bucket" "apiary_system" {
%{endif}
%{if length(var.system_schema_producer_iamroles) > 0}
{
"Sid": "system schema customer account permissions",
"Sid": "system schema producer account permissions",
"Effect": "Allow",
"Principal": {
"AWS": [ "${join("\",\"", var.system_schema_producer_iamroles)}" ]
Expand Down

0 comments on commit 0de5c37

Please sign in to comment.