Skip to content

Commit f0a22a6

Browse files
author
ievgeniia ieromenko
committed
update CHANGELOG.md
1 parent 10d8dea commit f0a22a6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Table of Contents<!-- omit in toc -->
44

55
- [Introduction](#introduction)
6+
- [2025-06-16](#2025-06-16)
67
- [2025-03-20](#2025-03-20)
78
- [2025-03-04](#2025-03-04)
89
- [2025-02-13](#2025-02-13)
@@ -63,6 +64,11 @@
6364
All notable changes to this project will be documented in this file.
6465

6566
---
67+
## 2025-06-16
68+
69+
### Updated<!-- omit in toc -->
70+
71+
- Updated [CloudTrail](https://github.com/aws-samples/aws-security-reference-architecture-examples/tree/main/aws_sra_examples/solutions/cloudtrail/cloudtrail_org) solution with permissions to create a service-linked role.
6672

6773
## 2025-03-20
6874

aws_sra_examples/solutions/cloudtrail/cloudtrail_org/templates/sra-cloudtrail-org.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ Resources:
426426
comment: Lambda does not need to communicate with VPC resources.
427427
- id: CKV_AWS_173
428428
comment: Environment variables are not sensitive
429+
- id: CKV_AWS_45
430+
comment: Environment variables only contain non-sensitive configuration values that are passed via CloudFormation parameters.
429431
Properties:
430432
Description: Creates an Organization CloudTrail
431433
Architectures: !If
@@ -474,4 +476,4 @@ Resources:
474476
KMS_KEY_ID: !Ref pOrganizationCloudTrailKMSKeyId
475477
S3_BUCKET_NAME: !Ref pCloudTrailS3BucketName
476478
SRA_SOLUTION_NAME: !Ref pSRASolutionName
477-
DELEGATED_ADMIN_ACCOUNT_ID: !Ref pDelegatedAdminAccountId
479+
DELEGATED_ADMIN_ACCOUNT_ID: !Ref pDelegatedAdminAccountId

0 commit comments

Comments
 (0)