Skip to content

feat: add ResolverQueryLogConfig#67

Open
michaelhtm wants to merge 1 commit into
aws-controllers-k8s:mainfrom
michaelhtm:feat/add-resolver-query-log-config
Open

feat: add ResolverQueryLogConfig#67
michaelhtm wants to merge 1 commit into
aws-controllers-k8s:mainfrom
michaelhtm:feat/add-resolver-query-log-config

Conversation

@michaelhtm

@michaelhtm michaelhtm commented Jun 3, 2026

Copy link
Copy Markdown
Member

Description of changes:
Adds support for managing Route 53 Resolver Query Log Configs. Includes
tag support via ListTagsForResource/TagResource/UntagResource hooks and
custom update method (only tags are mutable).

Resolves aws-controllers-k8s/community#2908

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ack-prow ack-prow Bot requested review from gustavodiaz7722 and sapphirew June 3, 2026 18:09
@ack-prow

ack-prow Bot commented Jun 3, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: michaelhtm

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-prow ack-prow Bot added the approved label Jun 3, 2026
@michaelhtm michaelhtm force-pushed the feat/add-resolver-query-log-config branch from a6cf8a2 to 924fb59 Compare June 3, 2026 19:10
@michaelhtm

Copy link
Copy Markdown
Member Author

/test all

@michaelhtm

Copy link
Copy Markdown
Member Author

/label release/minor

@ack-prow ack-prow Bot added the release/minor Indicates this PR should trigger a minor version release on merge. label Jun 3, 2026

@knottnt knottnt left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @michaelhtm implementation looks good. Just had a few comments on the e2e tests.

Comment thread test/e2e/tests/test_resolver_query_log_config.py Outdated
return session.region_name


def create_log_destination_bucket(s3_client, bucket_name: str, region: str):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Would it be worth it to update our acktest Bucket class to support LocationConstraints?

bucket_name = f"ack-qlc-test-{account_id}-{config_name[-8:]}"
destination_arn = f"arn:aws:s3:::{bucket_name}"

create_log_destination_bucket(s3_client, bucket_name, region)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: a failure between this and yielding to the test function will result in this bucket being leaked.

@michaelhtm michaelhtm force-pushed the feat/add-resolver-query-log-config branch from 924fb59 to 4192d91 Compare June 5, 2026 19:38
Adds support for managing Route 53 Resolver Query Log Configs. Includes
tag support via ListTagsForResource/TagResource/UntagResource hooks and
custom update method (only tags are mutable).

Resolves aws-controllers-k8s/community#2908
@michaelhtm michaelhtm force-pushed the feat/add-resolver-query-log-config branch from 4192d91 to bca75f2 Compare June 9, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved release/minor Indicates this PR should trigger a minor version release on merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[route53resolver] Add support for ResolverQueryLogConfig and ResolverQueryLogConfigAssociation

2 participants