Skip to content

feat: add sasl login setting to kafka#15

Merged
eyalr1100 merged 4 commits intomasterfrom
feat/add-sasl-kafka-login
Feb 22, 2026
Merged

feat: add sasl login setting to kafka#15
eyalr1100 merged 4 commits intomasterfrom
feat/add-sasl-kafka-login

Conversation

@eyalr1100
Copy link
Contributor

Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added
Chore

Related issues: #XXX , #XXX ...
Closes #XXX ...

Further information:
Connecting to kafka doesn't work without SSL, so when that's not possible we need SASL. I added SASL configurations to the app

@eyalr1100 eyalr1100 marked this pull request as draft February 22, 2026 10:12
@eyalr1100 eyalr1100 removed the request for review from NivGreenstein February 22, 2026 10:12
@eyalr1100 eyalr1100 marked this pull request as ready for review February 22, 2026 10:14
Copy link
Contributor

@NivGreenstein NivGreenstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update helm

"cert": ""
},
"sasl": {
"mechanism": "scram-sha-256",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove as it is not default for all kafka providers

helm/values.yaml Outdated
tag: 'v4.2.0'
digest: ""
pullSecrets: []
pullPolicy: Always
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to if not present

@eyalr1100 eyalr1100 merged commit 974f2b4 into master Feb 22, 2026
5 checks passed
@eyalr1100 eyalr1100 deleted the feat/add-sasl-kafka-login branch February 22, 2026 16:19
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

Successfully merging this pull request may close these issues.

2 participants