feat(aws_quickstart): add datadog_agentless_delegate_role_saas.yaml for SaaS-mode Agentless Scanning#316
Open
k3nz0 wants to merge 4 commits into
Open
feat(aws_quickstart): add datadog_agentless_delegate_role_saas.yaml for SaaS-mode Agentless Scanning#316k3nz0 wants to merge 4 commits into
k3nz0 wants to merge 4 commits into
Conversation
…or SaaS-mode Agentless Scanning Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
… policy on integration role Replace the chained delegate-role approach with a single DatadogAgentlessSaaSScanningPolicy attached directly to the Datadog integration role. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…_saas.yaml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…PI call and drop Sid fields Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
datadog_agentless_saas.yaml: a new CloudFormation template for SaaS-mode Agentless Scanning. It provisions a singleDatadogAgentlessSaaSScanningPolicymanaged policy (covering EBS snapshot access, Lambda/ECR scanning, S3/DSPM, and KMS decryption) and attaches it directly to the local Datadog integration role — no scanner EC2/VPC/ASG resources and no delegate-role chaining. A Lambda-backed custom resource also unconditionally attachesSecurityAuditto the integration role.release.shto include the new template in the placeholder substitution and S3 upload pipeline.4.14.0.Test plan
datadog_agentless_saas.yamlpasses CloudFormation template validation (aws cloudformation validate-template)DatadogAgentlessSaaSScanningPolicyis attached toDatadogIntegrationRoleandSecurityAuditis attached via the custom resourcerelease.shin dry-run / test bucket and confirm the new template is uploaded with placeholders substituted🤖 Generated with Claude Code