[MXS-4348] Full SASL support is not enabled for kafka modules Created: 2022-10-12 Updated: 2022-10-13 Resolved: 2022-10-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | kafkacdc, kafkaimporter |
| Affects Version/s: | 2.5.22, 6.4.3, 22.08.1 |
| Fix Version/s: | 2.5.23, 6.4.4, 22.08.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The libraries are build using --disable-sasl which prevents GSSAPI/Kerberos authentication from working while still allowing SCRAM authentication to work. There's no good reason to disable it since the required libraries are already required by other modules. Note that Kerberos/GSSAPI authentication won't work even after this is fixed as the Kafka library requires separate parameters to enable it. |