Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/448#discussion_r26008403
--- Diff: STORM-UI-REST-API.md ---
@@ -32,6 +32,11 @@ You can use a tool such as `curl` to talk to the REST
API:
# Note: We assume ui.port is configured to the default value of 8080.
$ curl http://<ui-host>:8080/api/v1/cluster/configuration
+##Impersonating a user in secure environment
+In a secure environment an authenticated user can impersonate another
user. To impersonate a user the caller must pass
+`doAsUser` param or header with value set to the user that the request
needs to be performed as. Please see SECURITY.MD
+to learn more about how to setup impersonation ACLs and authorization. The
rest API uses the same configs and acls that
+are used by nimbus.
--- End diff --
Added and upmerged.
---
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.
---