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

ksqlDB cannot manage connectors without X-Confluent-API-Key / X-Confluent-API-Secret headers #10640

Open
credmond opened this issue Jan 13, 2025 · 0 comments

Comments

@credmond
Copy link

credmond commented Jan 13, 2025

For a Confluent Cloud ksqlDB instance to manage Confluent Cloud Connectors, it needs more credentials.

E.g., X-Confluent-API-Key / X-Confluent-API-Secret (the API key for the Connector cluster, NOT the ksqlDB cluster)

Otherwise you get an error from the ksqlDB Rest API.

E.g., POST: https://xxxxxx-xxxxx.us-east-2.aws.confluent.cloud:443/ksql

{
	"ksql" : "list connectors;"
}

...and you get:

{
	"@type": "generic_error",
	"error_code": 40000,
	"message": "No auth header(s) provided. To use ksqlDB connector integration in Confluent Cloud, please supply a Confluent Cloud API key and secret via the request headers 'X-Confluent-API-Key' and 'X-Confluent-API-Secret', respectively."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant