Skip to content

Commit bfb473d

Browse files
docs: Update README Usage section to reflect array format for identity_sources (#111)
1 parent 2db1c21 commit bfb473d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module "api_gateway" {
5959
authorizers = {
6060
"azure" = {
6161
authorizer_type = "JWT"
62-
identity_sources = "$request.header.Authorization"
62+
identity_sources = ["$request.header.Authorization"]
6363
name = "azure-auth"
6464
jwt_configuration = {
6565
audience = ["d6a38afd-45d6-4874-d1aa-3c5c558aqcc2"]

0 commit comments

Comments
 (0)