Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
Sorry I missed this before when I added back in impersonation. The code that gets the topology conf to validate if the user is allowed to make the given REST call should not be doing impersonation because. I tested the code as a single user, but the issue is that because the ReqContext is tied to a thread if we don't clear/clean up the impersonation code properly the old user is still in the ReqContext so when we try to get the conf we are doing it as the wrong user and get an error.
Attachments
Issue Links
- links to