Skip to content

Commit

Permalink
Allow access to DGU buckets from www.{environment}
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 27, 2023
1 parent ab0c1d0 commit c54c896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/projects/infra-datagovuk-organogram-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ resource "aws_s3_bucket_cors_configuration" "datagovuk_organogram" {
allowed_methods = ["GET"]
allowed_origins = [
var.domain,
"https://staging.data.gov.uk",
"https://integration.data.gov.uk",
"https://www.staging.data.gov.uk",
"https://www.integration.data.gov.uk",
"https://find.eks.production.govuk.digital",
"https://find.eks.integration.govuk.digital",
"https://find.eks.staging.govuk.digital"
Expand Down

0 comments on commit c54c896

Please sign in to comment.