feat: role/user CRUD events and login/logout tracking in the action log (#39121)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel Vaz Gaspar
2026-04-09 15:55:25 +01:00
committed by GitHub
parent 6649f35a0d
commit 5815665cc6
7 changed files with 363 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ def test_csrf_exempt_blueprints(app_context: None) -> None:
are exempt from CSRF protection.
"""
assert {blueprint.name for blueprint in csrf._exempt_blueprints} == {
"GroupApi",
"SupersetGroupApi",
"MenuApi",
"SecurityApi",
"OpenApi",