mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: Labels for encrypted fields (#38075)
This commit is contained in:
@@ -464,8 +464,8 @@ class PostgresEngineSpec(BasicParametersMixin, PostgresBaseEngineSpec):
|
||||
# This follows the pattern used by other engine specs (bigquery, snowflake, etc.)
|
||||
# that specify exact paths rather than using the base class's catch-all "$.*".
|
||||
encrypted_extra_sensitive_fields = {
|
||||
"$.aws_iam.external_id",
|
||||
"$.aws_iam.role_arn",
|
||||
"$.aws_iam.external_id": "AWS IAM External ID",
|
||||
"$.aws_iam.role_arn": "AWS IAM Role ARN",
|
||||
}
|
||||
|
||||
column_type_mappings = (
|
||||
|
||||
Reference in New Issue
Block a user