-
Notifications
You must be signed in to change notification settings - Fork 4.1k
log: Add log message for granting role to user. #78245
Copy link
Copy link
Closed
Labels
A-sql-logging-and-telemetryIssues related to slow query log, SQL audit log, SQL internal logging telemetry, etc.Issues related to slow query log, SQL audit log, SQL internal logging telemetry, etc.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)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
When executing a grant role to user, for example
GRANT admin TO andrew; I do not see any log message appear in any of the PRIVILEGES or USER_ADMIN, or any channels for that matter.
Reading the docs, I see events happen for alter|create|drop role, but not for grant role.
This ticket follows request in Slack conv.
Jira issue: CRDB-14033
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-logging-and-telemetryIssues related to slow query log, SQL audit log, SQL internal logging telemetry, etc.Issues related to slow query log, SQL audit log, SQL internal logging telemetry, etc.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)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)