Skip to content

Commit

Permalink
Merge pull request #1805 from alphagov/fix-dgu-bucket-access
Browse files Browse the repository at this point in the history
Allow access to DGU buckets from www.{environment}
  • Loading branch information
kentsanggds committed Nov 27, 2023
2 parents ab0c1d0 + c54c896 commit a9a27d8
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 a9a27d8

Please sign in to comment.