-
Notifications
You must be signed in to change notification settings - Fork 4.1k
server: make the Events endpoint tenant-scoped #90272
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Is your feature request related to a problem? Please describe.
Part of: #89429
As part of our effort to migrate to a multi-tenant architecture, we need to ensure our existing events endpoint is tenant-scoped.
Fortunately, the existing endpoint is implemented using SQL, meaning the remaining work to be done is implementing the same endpoint for our tenantAdminServer, where we can use the same eventsHelper function.
Reference PR: #84620, making the Jobs and Job endpoints tenant-scoped
Jira issue: CRDB-20668
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)