We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developer
I would like to implement the cloud-trail-encryption-enabled config rule
So that I can check if qualified resources in my CDK app conforms to the following HIPAA Security control(s): 164.312(a)(2)(iv), 164.312(e)(2)(ii)
ruleId: HIPAA.Security-CloudTrailEncryptionEnabled
HIPAA.Security-CloudTrailEncryptionEnabled
info: The trail does not have encryption enabled - (Control IDs: 164.312(a)(2)(iv), 164.312(e)(2)(ii))
Given Reason: Because sensitive data may exist and to help protect data at rest, ensure encryption is enabled for your AWS CloudTrail trails.
Given a CDK app with a non-compliant resource
ERROR
Given a CDK app with a compliant resource
Given the cdk-nag RULES file
cdk-nag
Errors
cloud-trail-encryption-enabled
Excluded Rules
The text was updated successfully, but these errors were encountered:
feat(HIPAAA-Security): Add Cloudtrail checks. closes #166, closes #168,
6d1863d
closes #169
feat(HIPAA Security): add Cloudtrail checks (#313)
97883ae
* feat(HIPAAA-Security): Add Cloudtrail checks. closes #166, closes #168, closes #169 * fix syntax error in 'Commit and push changes (if changed) stage * ci: fix syntax error in 'Commit and push changes (if changed) stage' * ci: fix syntax error in 'Commit and push changes (if changed) stage' * Update rule IDs and alphabetize in RULES.md Co-authored-by: Taylor Ondrey <ondreyt@amazon.com> Co-authored-by: Arun Donti <dontirun@gmail.com>
maafk
Successfully merging a pull request may close this issue.
Summary
As a developer
I would like to implement the cloud-trail-encryption-enabled config rule
So that I can check if qualified resources in my CDK app conforms to the following HIPAA Security control(s): 164.312(a)(2)(iv), 164.312(e)(2)(ii)
Details
ruleId:
HIPAA.Security-CloudTrailEncryptionEnabled
info: The trail does not have encryption enabled - (Control IDs: 164.312(a)(2)(iv), 164.312(e)(2)(ii))
Given Reason: Because sensitive data may exist and to help protect data at rest, ensure encryption is enabled for your AWS CloudTrail trails.
Acceptance Criteria
If the rule can be implemented
Given a CDK app with a non-compliant resource
ERROR
with relevant Control ID information about the non compliant resourceGiven a CDK app with a compliant resource
ERROR
about the compliant resourceGiven the
cdk-nag
RULES fileHIPAA.Security-CloudTrailEncryptionEnabled
rule is added to the rule packErrors
section is updated with the rule informationIf the rule cannot be implemented
Given the
cdk-nag
RULES filecloud-trail-encryption-enabled
check is not added to the rule packExcluded Rules
section is updated with the check informationThe text was updated successfully, but these errors were encountered: