feat(jans-cedarling): Improve log searching and retrieval #10705
Labels
comp-jans-cedarling
Touching folder /jans-cedarling
enhancement
kind-feature
Issue or PR is a new feature request
Milestone
Is your feature request related to a problem? Please describe.
To get single entry from memory logger we need to know ID of entry.
Currently, it is not possible without getting all logs.
Actually we need the way to get decision log exactly.
Describe the solution you'd like
We need to create
request_id
per oneauthorize
request, propagate it to each log entry. And return it in theAuthorizeResult
structure.Also, we need to improve
sparkv
, add index with additional ID for entity and addtag
for entity.It will allow go get entities per request and filter per tag.
Describe alternatives you've considered
to result structure add ID of log entry that show decision-log
Additional context
The text was updated successfully, but these errors were encountered: