feat: AWS Cross-Account IAM Authentication for Aurora (#37585)

This commit is contained in:
Beto Dealmeida
2026-01-30 19:18:34 -05:00
committed by GitHub
parent 6043e7e7e3
commit 05c2354997
14 changed files with 2852 additions and 1 deletions

View File

@@ -114,6 +114,12 @@
"lifecycle": "testing",
"description": "Allow users to export full CSV of table viz type. Warning: Could cause server memory/compute issues with large datasets."
},
{
"name": "AWS_DATABASE_IAM_AUTH",
"default": false,
"lifecycle": "testing",
"description": "Enable AWS IAM authentication for database connections (Aurora, Redshift). Allows cross-account role assumption via STS AssumeRole. Security note: When enabled, ensure Superset's IAM role has restricted sts:AssumeRole permissions to prevent unauthorized access."
},
{
"name": "CACHE_IMPERSONATION",
"default": false,