Skip to content

feat: add SQS, S3, and KMS support for AWS Access Graph integration #55300

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tigrato
Copy link
Contributor

@tigrato tigrato commented May 30, 2025

  • Updated configuration to acept SQSQueueURL, CloudTrailBucket, and KMSKeyARNs.
  • Updated integration commands to accept new parameters for SQS and S3.

- Updated configuration to acept SQSQueueURL, CloudTrailBucket, and KMSKeyARNs.
- Updated integration commands to accept new parameters for SQS and S3.

Signed-off-by: Tiago Silva <[email protected]>
@tigrato tigrato added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v18 labels May 30, 2025
@github-actions github-actions bot requested review from mvbrock and zmb3 May 30, 2025 18:28
Copy link
Contributor

@mvbrock mvbrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nitpick, but LGTM

@@ -67,6 +86,25 @@ func (r *AccessGraphAWSIAMConfigureRequest) CheckAndSetDefaults() error {
r.IntegrationRoleTAGPolicy = defaultPolicyNameForTAGSync
}

if r.SQSQueueURL != "" || r.CloudTrailBucket != "" {
if r.SQSQueueURL == "" || r.CloudTrailBucket == "" {
return trace.BadParameter("if CloudTrailBucket is set, SQSQueueURL must also be set")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would reword to Both CloudtrailBucket and SQSQueueURL must be set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/branch/v18 no-changelog Indicates that a PR does not require a changelog entry size/md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants