GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/2814
[STORM-3207] Fix Sasl Plugin to use WorkerToken
The `doAsUser` is null for DRPCClient. If WorkerToken is found, it should
use it.
Also, setting on `addServerDefinition` to `localhost` literal string is
incorrect on server side.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm3207
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2814.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2814
----
commit 9f815caafe82164e1b22ddfacdc227f28cb4afad
Author: Kishor Patil <kpatil@...>
Date: 2018-08-28T16:34:52Z
Fix Sasl Plugin to use WorkerToken
----
---