-
Notifications
You must be signed in to change notification settings - Fork 69
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
Uploading a custom connector to AZURE returns a 400 bad request error #481
Comments
@cconnorsada, thank you for creating the issue! We’ve confirmed that this is a limitation of the TF Provider, and we have created an internal Jira ticket (APIT-2636) to address it. As a quick workaround, could you try using the Confluent CLI to create a custom connector plugin and then use terraform import? |
Hi @linouk23, I will try with the import, it does limit our programmatic use of the Confluent Cloud platform though if we have a manual step in the cluster loop. Looking forward to a resolution in the future! I'll let you know how it goes once I try it on Monday. Have a good weekend. :) |
Hi @linouk23 , I was able to create a custom connector on the Confluent website and then use it's custom ID to create a connector for my cluster.
The only thing stopping the creation from succeeding now is the custom endpoints variable not validating correctly in the provider. Without the endpoints the creation fails because it cannot successfully initialize the connector. Once I manually add the endpoints after connector creation, the connector restarts and successfully initializes. This is probably a separate issue though. However that leaves 2 separate manual steps to create a connector which is not ideal. Hope the issues are resolved shortly. Thanks for the help. 👍 |
@cconnorsada please open a support ticket, as this seems to be an API (backend) issue. Thank you! |
Thanks for the quick reply @linouk23. This was user error and not a bug. The endpoints needed to look like this,
and not what I had above. Sorry to bother you with it. You can close this issue now, I think I have everything I need in place to get going. Looking forward to the custom connector resource being updated! |
Hello, I'm trying to upload a custom connector to AZURE to use in my Confluent Cloud Kafka cluster.
I was able to upload the connector successfully without issue using the default (AWS). However when I use the
cloud
input variable to the resource with theAZURE
value I get this in return.Unfortunately because my Kafka cluster is in Azure it also requires the custom connector to be uploaded in Azure. I don't see any other input variables required when using Azure so I'm not sure why it's giving a bad request.
This is the terraform code in question,
I'm not sure if this is an issue with the resource itself or if I'm missing something in my code.
Thanks for any help.
The text was updated successfully, but these errors were encountered: