-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[schematic-230] propagate user ids as attribute to spans (#1568)
* add a custom class to propagate attributes * propogate user id to all children of SynapseStorage::__init__ * add code to paste attribute from child back to parent * move security controller to utils * fix mypy error * fix pylint error * use syn.credentials.owner_id to get user id * add back lines in request_hook * switch order of processor * correct the import statement * add docstring * move security controller back to the old location
- Loading branch information
Showing
3 changed files
with
67 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters