feat(security): add granular export controls (Phase 1) (#38361)

This commit is contained in:
Hugh A. Miles II
2026-03-09 16:44:56 -04:00
committed by GitHub
parent 9017b9a74f
commit 61fbfda501
14 changed files with 387 additions and 6 deletions

View File

@@ -51,6 +51,12 @@
"lifecycle": "development",
"description": "Enable Superset extensions for custom functionality without modifying core"
},
{
"name": "GRANULAR_EXPORT_CONTROLS",
"default": false,
"lifecycle": "development",
"description": "Enable granular export controls (can_export_data, can_export_image, can_copy_clipboard) instead of the single can_csv permission"
},
{
"name": "MATRIXIFY",
"default": false,