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
152853: server: lookup job messages as node r=dt a=dt
Direct system table access as non-superusers is generally not allowed. The messages are only fetched after a 'row != nil' check on the query to lookup the job itself, which does permission-checks and filters its results; if we got past that check, the user has access to the job, so we should fetch the job's messages for them -- and do so as node, so we can access the table in which they're stored.
Release note (ui change): the log of messages and events recorded by a job is now shown on the job page for non-admins.
Epic: none.
Fixes#152831.
Co-authored-by: David Taylor <davidt@davidt.io>
0 commit comments