Github user Ethanlm commented on the issue:
https://github.com/apache/storm/pull/2204
@HeartSaVioR @revans2 I think I figured it out.
I added "[email protected]" to logs.users and then it works. I traced
down to the
[isAuthorizedLogUser](https://github.com/apache/storm/pull/2204/files#diff-aad25f432acc108d98b3126bbd914873R74)
function and found that it doesn't translate "principal" to "user" so that
"[email protected]" doesn't match with logs.user "ethan" in the
configuration. @revans2 and I think the code is identical to the old code. So
this should an existing bug.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---