-
Notifications
You must be signed in to change notification settings - Fork 492
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
NAS-129926 / 25.04 / Log when private methods are called via websocket connection #15160
base: master
Are you sure you want to change the base?
Conversation
Just in case Jenkins deletes my build:
No new/important failures, just the usual stuff (AD) |
middleware.log has entries like this
Those are called by our systemd units. There are ~900 calls in total, 300 of them being
The second is midcli, I can fix that. But the first... We use |
Co-authored-by: Caleb St. John <[email protected]>
We can expand ConnectionOrigin object to include System-initiated calls to We should always log calls to private endpoints on unix socket if they originate from uid 33 (www-data) even if loginuid is unitialized. IIRC this is how proxied hexos calls will appear. |
No description provided.