OpenUnison/openunison-k8s

openunison auditing / events publisher

Mihai-CMM opened this issue · 2 comments

Hello,

Is there a way for me to set an endpoint where all token creation request are being pushed/
Can I have something like {date: today- at -this hour-minute , user: mihai, action: create token}

Thank you

mlbiam commented

hmm, if you want to log every token that would generate a LARGE amount of traffic. Since we generate short lived tokens those tokens are generate often.

Also, there's no standard for such a webhook so I'm a bit wary of putting that in place. Also worried about potential performance vs security implications.

What if we gave you the option to generate a log event whenever a token is created?

Thanks Marc,
What if we gave you the option to generate a log event whenever a token is created?
-> This is what i was looking for (my Sec team)