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

custom connector deployment and generic API error #349

Open
petrkarytka opened this issue Jan 26, 2024 · 0 comments
Open

custom connector deployment and generic API error #349

petrkarytka opened this issue Jan 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@petrkarytka
Copy link

Hello!
I faced the error during a custom connector deployment:

Error: error creating Connector "hr-worker-conn-scheduled-source-workday": Post "https://api.confluent.cloud/connect/v1/environments/env-******/clusters/lkc-******/connectors": giving up after 11 attempt(s)

When I tried to create the connector via portal UI I got another error, explicitly pointing on what caused the behavior:

failed to create custom connector: failed to ensure extra setup for custom connector: failed to ensure custom connector setup: failed to ensure logging setup: Unable to add rbac roles for service account: 402 Payment Required

And indeed, we reached the RBAC limit at that moment. As we sorted out later with the Confluent support team (ticket #193267), some role bindings are created automatically during the deployment (and counted towards the cluster/org quotas).

Please consider handling this error in Terraform with more accurate description. Currently the error looks like some API rate limitation and it's a bit confusing.

@linouk23 linouk23 added the enhancement New feature or request label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants