Skip to content

Commit

Permalink
[u] S3 server access logging for shared bucket (#4960, PR #5052)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Mar 20, 2023
2 parents dc53ac4 + c4e0035 commit d50be3b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions UPGRADING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ reverted. This is all fairly informal and loosely defined. Hopefully we won't
have too many entries in this file.


#4960 S3 server access logging for shared bucket
================================================

Operator
~~~~~~~~

Manually deploy the ``shared`` component of any main deployment just before
pushing the merge commit to the GitLab instance in that deployment.


#4189 Scan GitLab EC2 instance with Amazon Inspector
====================================================

Expand Down
3 changes: 2 additions & 1 deletion terraform/shared/shared.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ def metric_name(self) -> str:
}
for bucket, prefix in [
('trail', 'cloudtrail'),
('aws_config', 'aws_config')
('aws_config', 'aws_config'),
('shared', 'shared')
]
},
'aws_s3_bucket_policy': {
Expand Down

0 comments on commit d50be3b

Please sign in to comment.