-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 sasl_mechanism to dms kafka_settings #36918
Conversation
Community NoteVoting for Prioritization
For Submitters
|
cf32a70
to
ea502b6
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.
Welcome @t0ffel 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
@justinretzolk - is there a way of moving this forward pls? Id be keen to adopt (also need it) - Thank you! |
Hi! I have a customer that is looking for this feature. When will it be available? |
# Conflicts: # internal/service/dms/endpoint.go
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.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccDMSEndpoint_kafka\|TestAccDMSEndpoint_basic' PKG=dms
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/dms/... -v -count 1 -parallel 20 -run=TestAccDMSEndpoint_kafka\|TestAccDMSEndpoint_basic -timeout 360m
2024/12/30 08:17:37 Initializing Terraform AWS Provider...
=== RUN TestAccDMSEndpoint_basic
=== PAUSE TestAccDMSEndpoint_basic
=== RUN TestAccDMSEndpoint_kafka
=== PAUSE TestAccDMSEndpoint_kafka
=== CONT TestAccDMSEndpoint_basic
=== CONT TestAccDMSEndpoint_kafka
--- PASS: TestAccDMSEndpoint_kafka (26.59s)
--- PASS: TestAccDMSEndpoint_basic (26.60s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/dms 31.909s
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.
LGTM 🚀
> make testacc TESTARGS='-run=TestAccDMSEndpoint_kafka\|TestAccDMSEndpoint_basic' PKG=dms
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/dms/... -v -count 1 -parallel 20 -run=TestAccDMSEndpoint_kafka\|TestAccDMSEndpoint_basic -timeout 360m
2024/12/30 12:19:06 Initializing Terraform AWS Provider...
=== RUN TestAccDMSEndpoint_basic
=== PAUSE TestAccDMSEndpoint_basic
=== RUN TestAccDMSEndpoint_kafka
=== PAUSE TestAccDMSEndpoint_kafka
=== CONT TestAccDMSEndpoint_basic
=== CONT TestAccDMSEndpoint_kafka
--- PASS: TestAccDMSEndpoint_basic (35.89s)
--- PASS: TestAccDMSEndpoint_kafka (35.96s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/dms 43.010s
@t0ffel Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.83.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Support SaslMechanism parameter when creating Kafka DMS endpoints.
Relations
Closes #35794
References
DMS API reference: https://docs.aws.amazon.com/dms/latest/APIReference/API_KafkaSettings.html#DMS-Type-KafkaSettings-SaslMechanism
Output from Acceptance Testing