Actions
Bug #26957
closedForeman sends session instead request as X-Request-Id
Description
We send the data to correlate logs but instead request we send session id. This is confusing, I am going to actually send both.
Edit: Also, second part of the problem is that we send session id, which could be vulnerable to session hijacking. We must only send logging_token which is a randomly generated token stored in the session. -- this is actually not true, session mdc field is not vulnerable.
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6827 added
Updated by Lukas Zapletal almost 6 years ago
- Related to Bug #26962: Send also session id to structured logs added
Actions