mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
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:
committed by
GitHub
parent
6649f35a0d
commit
5815665cc6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user