You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/25 15:09:51 UTC

[GitHub] [spark] gaborgsomogyi opened a new pull request #24204: [SPARK-27270][SS] Add Kafka dynamic JAAS authentication debug possibility

gaborgsomogyi opened a new pull request #24204: [SPARK-27270][SS] Add Kafka dynamic JAAS authentication debug possibility
URL: https://github.com/apache/spark/pull/24204
 
 
   ## What changes were proposed in this pull request?
   
   `Krb5LoginModule` supports debug parameter which is not yet supported from Spark side. This configuration makes it easier to debug authentication issues against Kafka.
   
   In this PR I've added `spark.kafka.jaas.authentication.debug` with default `false` which controls `Krb5LoginModule` debug flag.
   
   Additionally found some hardcoded values like `ssl.truststore.location`, etc... which could be error prone if Kafka changes it so in such cases Kafka define used.
   
   ## How was this patch tested?
   
   Existing + additional unit tests + on cluster.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org