-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Align audit events endpoint with repository and do not require after #11605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We should consider what, if anything, should change in the JMX extension too. |
I've already expressed a somewhat related concern in #11331 (comment), which I think is even more of a problem with a web endpoint. While allowing all |
While limiting the size of the response may be a reasonable goal (I'm not totally sure that it is given who will be using the endpoint), I am sure that requiring the As I've pointed out before, if someone wants to be malicious they can simply pass an If we really think there's a need to restrict the response then the endpoint could require at least one of |
FTR, I am with you with everything.
|
I really think that I've always used own |
Following on from #11331, I think we should remove the requirement for
after
from the audit events endpoint. To do so, I think we can removeAuditEventsEndpointWebExtension
and then update the tests and documentation accordingly.The text was updated successfully, but these errors were encountered: