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

Set authentication_method on kafka listener #64

Open
vuldin opened this issue Nov 9, 2023 · 1 comment
Open

Set authentication_method on kafka listener #64

vuldin opened this issue Nov 9, 2023 · 1 comment

Comments

@vuldin
Copy link
Member

vuldin commented Nov 9, 2023

There’s currently no option to set authentication_method on the Kafka listener. I hard-coded this into the defaults.j2 for the time-being. Could this be made into a variable that can be toggled if SASL is enabled or is there another way to achieve the same?

      "kafka_api": [
        {
          "address": "{{ hostvars[inventory_hostname].private_ip }}",
          "port": "{{ redpanda_kafka_port }}",
          "authentication_method": "sasl"
        }
      ],
@gene-redpanda
Copy link
Contributor

SASL specifically is part of a larger issue that needs to be returned to. Per host overrides are in though and I hope that that fixes this issue for now. Setting auth method specifically -- as opposed to overriding the listener -- I am not a big fan of as particular auth methods tend to need supporting stuff on other listeners/in redpanda that can't be captured by an individual entry.

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

No branches or pull requests

2 participants