Skip to content

Commit

Permalink
check if test failed without authorized_domains in config
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 committed Aug 22, 2023
1 parent cdabb6f commit af36414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions mmv1/products/identityplatform/Config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ properties:
description: |
List of domains authorized for OAuth redirects.
item_type: Api::Type::String
# default_from_api: true
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,4 @@ resource "google_identity_platform_config" "default" {
quota_duration = "7200s"
}
}
authorized_domains = [
"localhost",
"<%= ctx[:vars]['project_id'] %>.firebaseapp.com",
"<%= ctx[:vars]['project_id'] %>.web.app",
]
}

0 comments on commit af36414

Please sign in to comment.