-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: add db and table grants apis by id routes
This commit introduces apis to retrieve db and table level grants. The following GET routes have been introduced to api/v2: - `api/v2/grants/databases/:database_id` - `api/v2/grants/tables/:table_id` Both provide pagination capabilities via URL query params: - pageSize: int - pageNum: int Epic: CRDB-37558 Part of: #131211 Release note: None
- Loading branch information
Showing
4 changed files
with
1,072 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.