Skip to content

Commit

Permalink
Revert "[services] Allow browsers to access prod identity from comm.s…
Browse files Browse the repository at this point in the history
…oftware"

This reverts commit ebc9cb1.
  • Loading branch information
Ashoat committed Nov 5, 2024
1 parent ee07023 commit 3bd9f3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions services/terraform/remote/service_identity.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ locals {
http://localhost:3008,
http://localhost:3009
EOT
production_allow_origin_list = <<EOT
https://web.comm.app,
https://comm.software:443,
https://www.comm.software:443
EOT
production_allow_origin_list = "https://web.comm.app"
}

data "aws_secretsmanager_secret" "identity_server_setup" {
Expand Down

0 comments on commit 3bd9f3d

Please sign in to comment.