Skip to content

Implement new authentication for Kafka on ITF #11

@DmitryChurbanov

Description

@DmitryChurbanov

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

Hi team,

As a part of Test Automation services on Telenet account we might face the cases that we need to integrate with Telenet Kafka service in scope of stubs implementation activities.

sasl.mechanism=GSSAPI
user data is stored in keyTab (which is configured by IT team)

Example of configs:

security.protocol=SASL_PLAINTEXT
sasl.kerberos.service.name=kafka
sasl.mechanism=GSSAPI
sasl.jaas.config=com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=true
storeKey=true
keyTab="/path/to/keytab/{keytab_name}.keytab"
principal="{userPrincipalName}@mail.domain.com"

Describe alternatives you've considered

No response

Additional information

Example of code on TOMS side:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions