painless-security / trust-router

Moonshot Trust Router
0 stars 0 forks source link

Add a 'request_id' to TID requests and responses #61

Closed jennifer-richards closed 6 years ago

jennifer-richards commented 6 years ago

This adds a random hex string ID to each TID request. This is propagated as the request is forwarded, then included in the response. The field is not required, and is mostly an aid for debugging.

Adds two methods (tid_req_get_request_id and tid_resp_get_request_id) to the public library interface.

jennifer-richards commented 6 years ago

Assigning to myself to update after jennifer/monitoring is merged to milestone/monitoring. This will require a bit of conflict resolution that I'd rather do then.

jennifer-richards commented 6 years ago

Updated / merged with the latest milestone/monitoring. Ready for someone else to look at.