This commit is contained in:
2023-04-04 13:11:25 -07:00
52 changed files with 2144 additions and 83 deletions

View File

@@ -82,7 +82,16 @@ resource "aws_s3_bucket" "data" {
},
"Resource": "arn:aws:s3:::data.${var.stage}.app.integreatconsult.com",
"Sid": "AllowReadForProd"
}
},
{
"Action": "s3:*",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::679918342773:role/http-proxy"
},
"Resource": "arn:aws:s3:::data.${var.stage}.app.integreatconsult.com",
"Sid": "AllowReadForProdProxy"
}
]
}
POLICY