Sidecar application used by Confluent for VS Code, as a local proxy for Confluent Cloud, Confluent Platform and local Kafka clusters, to help users build streaming applications.
Continuation of #124 and #125 that added basic and mTLS authN support to direct connections.
We want to add OAuth support to direct connections (similar to basic creds) via the kafka_cluster and schema_registry definitions, and use this to connect to downstream resources (e.g., Kafka REST API, SR API endpoints, and Message Consumer API). All secrets in credentials will be write-only: the Connection REST API endpoints must always mask secrets.
We'll track adding support for other credential types in separate issues:
Continuation of #124 and #125 that added basic and mTLS authN support to direct connections.
We want to add OAuth support to direct connections (similar to basic creds) via the
kafka_cluster
andschema_registry
definitions, and use this to connect to downstream resources (e.g., Kafka REST API, SR API endpoints, and Message Consumer API). All secrets in credentials will be write-only: the Connection REST API endpoints must always mask secrets.We'll track adding support for other credential types in separate issues: