We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a613d91 commit 027a852Copy full SHA for 027a852
terraform/variables.tf
@@ -50,6 +50,7 @@ variable "authorized_endpoints_with_constraints" {
50
positional_constraint = string
51
}))
52
default = [
53
+ { path = "/", positional_constraint = "EXACTLY" },
54
{ path = "/auth/login", positional_constraint = "EXACTLY" },
55
{ path = "/auth/logout", positional_constraint = "EXACTLY" },
56
{ path = "/auth/callback", positional_constraint = "EXACTLY" },
0 commit comments