Skip to content
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

Add support for associating scram secrets to clusters #35

Merged

Conversation

TiberiuGC
Copy link
Member

Issue #, if available: aws-controllers-k8s/community#2017

Description of changes:

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 added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 17, 2024
Copy link

ack-prow bot commented Jul 17, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@ack-prow ack-prow bot requested a review from a-hilaly July 17, 2024 09:10
@TiberiuGC TiberiuGC changed the title adds support for associating scram secrets to clusters Add support for associating scram secrets to clusters Jul 17, 2024
@TiberiuGC
Copy link
Member Author

/test all

1 similar comment
@TiberiuGC
Copy link
Member Author

/test all

@a-hilaly
Copy link
Member

/ok-to-test

@ack-prow ack-prow bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jul 17, 2024
@TiberiuGC
Copy link
Member Author

/retest-required

@TiberiuGC TiberiuGC marked this pull request as ready for review July 17, 2024 21:29
@ack-prow ack-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 17, 2024
Copy link
Member

@a-hilaly a-hilaly left a comment

Choose a reason for hiding this comment

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

@TiberiuGC You rock! Thank you!
/lgtm

) (updated *resource, err error) {
rlog := ackrtlog.FromContext(ctx)
exit := rlog.Trace("rm.customUpdate")
defer exit(err)
Copy link
Member

Choose a reason for hiding this comment

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

non-blocking: i know this is something used all over the place in ack, we recently learned that the correct defer is to:

Suggested change
defer exit(err)
defer func() { exit(err) }()

Copy link
Member

Choose a reason for hiding this comment

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

Thank you for the formatting!

@ack-prow ack-prow bot added lgtm Indicates that a PR is ready to be merged. approved labels Aug 2, 2024
@a-hilaly a-hilaly force-pushed the feature/associate-scram-secret branch from 4b987e1 to 549ac6e Compare August 2, 2024 05:59
@ack-prow ack-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 2, 2024
@a-hilaly a-hilaly force-pushed the feature/associate-scram-secret branch from 549ac6e to 1f9d83f Compare August 2, 2024 06:01
@a-hilaly
Copy link
Member

a-hilaly commented Aug 2, 2024

/lgtm

@ack-prow ack-prow bot added the lgtm Indicates that a PR is ready to be merged. label Aug 2, 2024
Copy link

ack-prow bot commented Aug 2, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: a-hilaly, TiberiuGC

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

The pull request process is described here

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 merged commit 3ccb76a into aws-controllers-k8s:main Aug 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
2 participants