Skip to content

Restrict the use of client.security.sasl.jaas.config to PlainLoginModule exclusively. #3422

@loserwang1024

Description

@loserwang1024

Search before asking

  • I searched in the issues and found nothing similar.

Description

Currently, we support client.security.sasl.username and client.security.sasl.password. Unlike Kafka, our server does not support custom SASL mechanisms—instead, we provide a more flexible, plugin-based authentication system. As a result, client.security.sasl.jaas.config is no longer necessary.

However, for backward compatibility, client.security.sasl.jaas.config must still be retained. Since only SASL/PLAIN is currently supported, we can minimize the scope of this configuration to PlainLoginModule only.

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions