Skip to content

Add all policy evaluation results to the cache with unique evaluation ID

Generate random evaluation ID and use it as key to store policy JSON result in the cache.

Return the evaluationID as an additional attribute in the policy response.

POST /policy/.../evaluation

{
  "evaluationID": "xxx",
  "result": {
    ...
  }
}
Edited by Lyuben Penkovski