Enable Redshift imports (Helm)
For CARTO Self-hosted using Kubernetes and Helm
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": "<your_aws_user_arn>" }, "Action": [ "sts:AssumeRole", "sts:TagSession" ] } ] }{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "s3:ListBucket", "Resource": "arn:aws:s3:::<your_aws_s3_bucket_name>" }, { "Effect": "Allow", "Action": "s3:*Object", "Resource": "arn:aws:s3:::<your_aws_s3_bucket_name>/*" } ] }appConfigValues: importAwsRoleArn: "<your_aws_user_arn>" appSecrets: importAwsAccessKeyId: value: "<your_aws_user_access_key_id>" importAwsSecretAccessKey: value: "<your_aws_user_access_key_secret>"
PreviousUse EKS Pod Identity in AWS (Helm)NextMigrating CARTO Self-hosted installation to an external database (Helm)
Last updated
Was this helpful?
