Releases: PedroFerreiraBento/kafka-template
Releases · PedroFerreiraBento/kafka-template
Initial Release - SSL and SASL Setup for Kafka
Release Title
Initial Release - SSL and SASL Setup for Kafka
Release Description
This initial release includes a complete guide and template for setting up SSL and SASL authentication in Kafka using Docker. The release provides detailed steps to:
- Generate keystore and truststore files
- Create and sign certificates using a private CA
- Configure environment variables
- Adapt the
server.properties
file - Start the Kafka server with Docker Compose
Follow the provided instructions to secure your Kafka setup with SSL encryption and SASL authentication.
Assets
- Kafka SSL Setup Guide
- Example
.env
file server.properties
template
Changelog
- Added complete SSL and SASL setup guide
- Included scripts for certificate generation
- Provided Docker Compose configuration for Kafka
- Added example environment variables file
Topics
- Kafka
- SSL
- SASL
- Docker
- Security
- Keystore
- Truststore
- Authentication
- Configuration
- Encryption
- KRaft
Full Changelog: https://github.com/PedroFerreiraBento/kafka-template/commits/v1.0.0