This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Time-Based rate limiting for Ad-hoc projections

Hi All,

Is there any way in One Identity v8.01 to implement time window based rate limiting for ad-hoc projections.

Ideally, I'd like to be able to configure a rule such as "If X amount of ADS password updates occur within Y time, halt ad-hoc projections, notify admin, and do not start projections until approved by an administrator".

X might be 50 password resets, Y may be a time frame of 60 seconds, 5 minutes, etc.

Any help appreciated.

Glen.

Parents
  • No way out the box that I'm aware of, you could try this but it would have a negative effect on performance. Modify the generation script and include a dB lookup query to count(*) the number of entries from JobHistory that match your jobchainName. You could then redirect the job onto an inactive queue to be inspected later. It would work i think but i wouldn't recommend it .

  • Thanks Paul and apologies for the delayed response.

    I was thinking similar - I'll have a play and will post my final solution back here for reference!

Reply Children
No Data