Skip to content

KAFKA-18447 Support SASL_SSL protocol with java.security.auth.login.config #20376

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

Open
wants to merge 8 commits into
base: trunk
Choose a base branch
from

Conversation

m1a2st
Copy link
Collaborator

@m1a2st m1a2st commented Aug 19, 2025

The new test framework does not yet support the SASL_SSL security
protocol; we should add support for it.

@github-actions github-actions bot added triage PRs from the community build Gradle build or GitHub Actions labels Aug 19, 2025
public class SslManager {

private static final Logger log = LoggerFactory.getLogger(SslManager.class);
private static volatile Map<String, Object> globalSslConfig = null;
Copy link
Member

Choose a reason for hiding this comment

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

Could its name follow the static variable rules?

@github-actions github-actions bot removed the triage PRs from the community label Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Gradle build or GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants