-
Notifications
You must be signed in to change notification settings - Fork 135
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 MQ User resource #1311
Add MQ User resource #1311
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mergenci for working on the new Terraform & Crossplane resource for managing ActiveMQ users.
5d2373f
to
085a38d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mergenci, lgtm. Left some comments for you to consider. I think we can merge this PR although we will need crossplane/upjet#406 and crossplane/upjet#407 to prevent a race condition between the User.mq
and Broker.mq
controllers.
if externalName == "" { | ||
return "invalidnonemptystring", nil | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are planning to take a second look into this to see whether we can avoid it.
085a38d
to
f5ec9b4
Compare
Let's wait for #1315 before we merge this... |
Signed-off-by: Cem Mergenci <[email protected]>
- Add an example manifest for User.mq Signed-off-by: Alper Rifat Ulucinar <[email protected]>
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
f202934
to
5932530
Compare
Signed-off-by: Cem Mergenci <[email protected]>
Signed-off-by: Cem Mergenci <[email protected]>
5932530
to
847d1a5
Compare
To prevent the race between the new |
Hi @mergenci, |
Thanks @ulucinar 🙏 This PR has been a wild ride in many ways 🙂 |
Description of your changes
Add MQ User resource by consuming upbound/terraform-provider-aws#236.
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Manually tested by applying the example manifest.