-
Notifications
You must be signed in to change notification settings - Fork 1
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
info: Authentication support for kafka and schema registry #1
Comments
@fjvierap please have a look at this example for MTLS using a cert + keystore: https://github.com/karatelabs/karate-examples/blob/main/kafka-mtls/README.md so the short answer is since you have full control over all kafka config properties, anything supported by kafka should work let me know how it goes |
Ok thanks... Then it is clear that this will work for kafka:
And i guess this will work for schema registry
|
@fjvierap thanks, I'll close this when we update the docs |
For kafka we had to add the following properties en configuration:
We managed to connect with schema registry
But in logs we see this error even the test is working as expected
|
@fjvierap thanks that is something we can improve, it is because we attempt a plain HTTP get to wait until the schema registry is up - it doesn't matter if it returns a 401 :) please keep the feedback coming |
We are evaluating the usage of karate kafka addon. The addon seem to be very good for our use case for end to testing. But our kafka cluster and schema registry requires authentication and not sure it this is supported by the addon.
We use confluent and schema registry basic authentication with API Key and API secret.
Is there some example we can use as reference?
The text was updated successfully, but these errors were encountered: