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
Various cockroach cli tools query internal tables as regular operations.
This includes things like running tsdumps, debug zips, getting statement
diagnostics bundles, etc. These tools are expected to be able to query
and access internal tables without errors or audit logging.
To do this, the app name used for these tools are being changed to have
the prefix: `$ internal `. This allows for the CheckInternalAccess API
to skip the check.
Note: the sql cli does not set this internal app name. Certain actions
and internal checks / queries have been updated to temporarily set
the application name to an internal one in order to run internal queries.
Resolves: CRDB-55062
Epic: CRDB-55276
Release note: None
0 commit comments