Skip to content

Commit

Permalink
fix: add auth-provider to allow header (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
as1729 authored Jan 11, 2024
1 parent ed25925 commit 591c619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/api_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module "api_gateway" {
])
allow_credentials = true
allow_headers = [
"auth-provider",
"authorization",
"content-type",
"traceparent",
Expand Down

0 comments on commit 591c619

Please sign in to comment.