- 
                Notifications
    
You must be signed in to change notification settings  - Fork 93
 
Closed
Labels
P2Normal priorityNormal prioritydssRelating to one of the DSS implementationsRelating to one of the DSS implementationsfeatureIssue would improve softwareIssue would improve software
Description
Is your feature request related to a problem? Please describe.
When examining DSS logs I would like to quickly filter requests from a specific authorized USS client.
Describe the solution you'd like
Include the sub field of the request's decoded JWT in a field in the JSON log entry for each request. req_sub would look parallel next to req_dump and similar fields.
Describe alternatives you've considered
- Process logs and decode JWT headers then re-remit the log with the 
subvalue extracted. - Extract the 
uss_base_urlfrom certain operations and filter based on them. Not all requests have this, however. 
Additional context
I'd like to contribute this if we can get consensus on adding it and the format.
Metadata
Metadata
Assignees
Labels
P2Normal priorityNormal prioritydssRelating to one of the DSS implementationsRelating to one of the DSS implementationsfeatureIssue would improve softwareIssue would improve software