diff --git a/UPGRADING.rst b/UPGRADING.rst index 236636e2b1..60682c44fb 100644 --- a/UPGRADING.rst +++ b/UPGRADING.rst @@ -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 ==================================================== diff --git a/terraform/shared/shared.tf.json.template.py b/terraform/shared/shared.tf.json.template.py index a3c675c263..4a5b160453 100644 --- a/terraform/shared/shared.tf.json.template.py +++ b/terraform/shared/shared.tf.json.template.py @@ -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': {