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

Authentication/authorization mechanisms for Kafka/Redpanda #13

Open
matthieugouel opened this issue Dec 23, 2024 · 1 comment
Open

Authentication/authorization mechanisms for Kafka/Redpanda #13

matthieugouel opened this issue Dec 23, 2024 · 1 comment

Comments

@matthieugouel
Copy link
Member

Right now there is no authentication/authorization (TLS, mTLS,…) mechanism to connect to Kafka/Redpanda output pipeline.
That's because right now I don't really need it, since my Redpanda instance is not accessible on the outside for now.
But it might change soon.

@matthieugouel
Copy link
Member Author

This feature has been done in saimiris using rust-rdkafka crate. It's a binding to librdkafka, whereas kafka-rust, used currently in risotto, is written fully in Rust.

But it is more feature rich and it is way easier to setup SASL authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant