Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/445#discussion_r26228849
--- Diff: storm-core/src/jvm/backtype/storm/Config.java ---
@@ -339,6 +339,13 @@
public static final Object NIMBUS_ADMINS_SCHEMA =
ConfigValidation.StringsValidator;
/**
+ * A list of users that are the only ones allowed to run user
operation on storm cluster.
+ * To use this set nimbus.authorizer to
backtype.storm.security.auth.authorizer.SimpleACLAuthorizer
+ */
+ public static final String NIMBUS_USERS = "nimbus.users";
--- End diff --
We should modify security.MD to document this config.
---
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.
---