-
Notifications
You must be signed in to change notification settings - Fork 4.1k
server,ui,pgwire: create an audit log for user logins #41378
Copy link
Copy link
Closed
Labels
A-securityA-sql-pgwirepgwire protocol issues.pgwire protocol issues.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
Requested on forum: https://forum.cockroachlabs.com/t/how-to-audit-login-attempts/3182/2
We need/want a log of success/failed login attempts and also user logouts (or conn dropped).
This is currently unavailable via the existing logging and audit facilities.
edit 2020-01-14: also connections via UI, and via RPC (CLI admin commands)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-securityA-sql-pgwirepgwire protocol issues.pgwire protocol issues.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)