OpenUnison / openunison-k8s

Access portal for Kubernetes
Apache License 2.0
93 stars 5 forks source link

openunison auditing / events publisher #93

Open Mihai-CMM opened 7 months ago

Mihai-CMM commented 7 months ago

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 6 months ago

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?

Mihai-CMM commented 6 months ago

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)