Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/448#discussion_r25526790
--- Diff:
storm-core/src/jvm/backtype/storm/security/auth/authorizer/SimpleACLAuthorizer.java
---
@@ -50,6 +50,7 @@
protected Set<String> _supervisors;
protected IPrincipalToLocal _ptol;
protected IGroupMappingServiceProvider _groupMappingProvider;
+ protected ImpersonationAuthorizer _impersonationAuthorizer;
--- End diff --
Ok, I am going to add this authorization as part of nimbus
check-authorization! method. I will also add "nimbus.impersonation.authorizer"
config to allow for overriding behavior. I will also add the logging changes
there.
---
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.
---