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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Feature request description
We need to extend security logging:
security_eventsto support API token operationssecurity_eventsto support OIDC loginssecurity_eventsto support Github Auth loginssecurity_eventsto login impersonate user actions - sudo access tokenAllow enable audit_logs via env variable (to avoid changing by admin in site-config.json) - now it's only in [dot-com mode](PR)(https://sourcegraph.com/github.com/sourcegraph/sourcegraph@409dfa0859f481c7038160de0a8e7bee95464c2b/-/blob/internal/database/security_event_logs.go?L105) -> ended up using granular site config settings after allIs your feature request related to a problem? If so, please describe.
Required for Managed Instances - OIDC logging
Short-lived tokens aka impersonate user - issue
Linked PRs/issues