[ https://issues.apache.org/jira/browse/KAFKA-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606206#comment-16606206 ]
Manikumar commented on KAFKA-4544: ---------------------------------- [~asasvari] _>> Initially, I wanted to use console_consumer.py and verifiable clients to validate things (messages produced / consumed), but I ran into some issues:_ We can use "sasl.jaas.config" client config property to pass token credentials. With this we can avoid jaas.conf for token authentication. This can simplify the code. We should be able to pass this property to console_consumer.py and verifiable clients. {code:java} sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required \ username="BQoHvMSzRpCC0Z8EHnCwkA" \ password="WKzmngyxSyoEdlkzUQoP7TsTrsNzeMC6+aKg7S0oeLkV+dnzBMjYo3tTtlAYYSFmLs4bTjf+lTZ1LCHR/ZZFNA==" \ tokenauth="true"; {code} > Add system tests for delegation token based authentication > ---------------------------------------------------------- > > Key: KAFKA-4544 > URL: https://issues.apache.org/jira/browse/KAFKA-4544 > Project: Kafka > Issue Type: Sub-task > Components: security > Reporter: Ashish Singh > Assignee: Attila Sasvari > Priority: Major > > Add system tests for delegation token based authentication. -- This message was sent by Atlassian JIRA (v7.6.3#76005)