context does not contain the audit ID from the auth data
Bug #1751886 reported by
Adam Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.context |
Confirmed
|
Undecided
|
Adam Young |
Bug Description
When tracking calls across systems, it is important to not record the token ID to the logs, as that is a symmetric shared secret. Instead, the audit ID from the auth data should be used, but cannot as it is in not in the context dictionary.
Changed in oslo.context: | |
assignee: | nobody → Adam Young (ayoung) |
To post a comment you must log in.
Isn't tracking calls across systems the purpose of request_id and global_request_id (both of which are in the context)?