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 2db1c21 commit bfb473dCopy full SHA for bfb473d
README.md
@@ -59,7 +59,7 @@ module "api_gateway" {
59
authorizers = {
60
"azure" = {
61
authorizer_type = "JWT"
62
- identity_sources = "$request.header.Authorization"
+ identity_sources = ["$request.header.Authorization"]
63
name = "azure-auth"
64
jwt_configuration = {
65
audience = ["d6a38afd-45d6-4874-d1aa-3c5c558aqcc2"]
0 commit comments