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

Fix issues with Kafka Streams binder JAAS configuration #1092

Closed
sobychacko opened this issue Jun 22, 2021 · 0 comments · Fixed by #1093
Closed

Fix issues with Kafka Streams binder JAAS configuration #1092

sobychacko opened this issue Jun 22, 2021 · 0 comments · Fixed by #1093
Assignees
Milestone

Comments

@sobychacko
Copy link
Contributor

Kafka Streams binder currently does not process jaas configuration. Users have to rely on some workarounds to make security work properly with Kafka Streams binder apps. For more details, see this SO thread.

@sobychacko sobychacko self-assigned this Jun 22, 2021
sobychacko added a commit to sobychacko/spring-cloud-stream-binder-kafka that referenced this issue Jun 22, 2021
Currently, Kafka Streams binder does not honor JAAS configuration properties.
Address this by adding the same `KafkaJaasLoginModuleInitializer` bean used in
regular Kafka binder.

Resolves spring-cloud#1092
garyrussell pushed a commit that referenced this issue Jun 22, 2021
Currently, Kafka Streams binder does not honor JAAS configuration properties.
Address this by adding the same `KafkaJaasLoginModuleInitializer` bean used in
regular Kafka binder.

Resolves #1092
sobychacko added a commit to sobychacko/spring-cloud-stream-binder-kafka that referenced this issue Jun 29, 2021
Currently, Kafka Streams binder does not honor JAAS configuration properties.
Address this by adding the same `KafkaJaasLoginModuleInitializer` bean used in
regular Kafka binder.

Resolves spring-cloud#1092
@sobychacko sobychacko added this to the 3.2.0 milestone Dec 1, 2021
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 a pull request may close this issue.

1 participant