Skip to content

Commit 027a852

Browse files
authored
fix: add missing / endpoint (#889)
1 parent a613d91 commit 027a852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ variable "authorized_endpoints_with_constraints" {
5050
positional_constraint = string
5151
}))
5252
default = [
53+
{ path = "/", positional_constraint = "EXACTLY" },
5354
{ path = "/auth/login", positional_constraint = "EXACTLY" },
5455
{ path = "/auth/logout", positional_constraint = "EXACTLY" },
5556
{ path = "/auth/callback", positional_constraint = "EXACTLY" },

0 commit comments

Comments
 (0)