Skip to content

Commit

Permalink
Merge pull request #5 from monte-carlo-data/santi/olym-3469-add-suppo…
Browse files Browse the repository at this point in the history
…rt-for-signed-urls-on-dc-agent-2

add base domain for CORS
  • Loading branch information
santiagoaguiar authored Jan 10, 2024
2 parents 172b3be + 6a158b5 commit b762bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource "aws_s3_bucket_cors_configuration" "mcd_agent_store_cors" {

cors_rule {
allowed_methods = ["GET"]
allowed_origins = ["https://*.getmontecarlo.com"]
allowed_origins = ["https://getmontecarlo.com", "https://*.getmontecarlo.com"]
allowed_headers = ["*"]
max_age_seconds = 3000
}
Expand Down

0 comments on commit b762bd6

Please sign in to comment.