Hi everyone, we are looking for ingesting kafka sc...
# ingestion
b
Hi everyone, we are looking for ingesting kafka schema registry and we customize schema-registry authentication mechanism to only allow JWT. But I only find the basic auth way in kafka metadata recipe.yaml*,* do you have any idea how to use JWT as authentication, thank you!
i
If you look at line 74 you can see that the
schema_registry_config
object is passed directly to the
SchemaRegistryClient
client which is from Confluent’s python package. This means that you should be able to pass other supported authentication methods to the registry.