You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the proxy supports audit logs in the same way that the API server does. this is duplicative and doesn't cover a major use case of tracking which user is accessing each URL. From a SIEM perspective, it would be good to support a simpler logging model as well that logs:
timestamp
URL
User
Authentication success or failure (ie did the token fail)
this can additionally log other events too such as inbound impersonation
The text was updated successfully, but these errors were encountered:
Currently the proxy supports audit logs in the same way that the API server does. this is duplicative and doesn't cover a major use case of tracking which user is accessing each URL. From a SIEM perspective, it would be good to support a simpler logging model as well that logs:
this can additionally log other events too such as inbound impersonation
The text was updated successfully, but these errors were encountered: