Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2531
@HeartSaVioR I didn't implement worker->supervisor tokens here, because for
this patch there is no supervisor server yet. #2433 adds in the supervisor
server, and as such would add in the changes needed to make it work with tokens
too.
I just wrote up a design proposal for storm on X at
[STORM-1740](https://issues.apache.org/jira/browse/STORM-1740) that would also
have some impact on it.
As such once this goes in I would be happy to make a pull request to #2433
to add in support for the supervisor tokens too.
---