Skip to content

Commit fa3b36e

Browse files
committed
fix: config updates
1 parent 8b1554a commit fa3b36e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

router/pkg/config/testdata/config_defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"HeaderName": "Authorization",
236236
"HeaderValuePrefix": "Bearer",
237237
"HeaderSources": null,
238-
"AllowInsecureJwksUrls": false
238+
"AllowInsecureJWKSUrls": false
239239
}
240240
},
241241
"Authorization": {

router/pkg/config/testdata/config_full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
"ValuePrefixes": null
515515
}
516516
],
517-
"AllowInsecureJwksUrls": false
517+
"AllowInsecureJWKSUrls": false
518518
}
519519
},
520520
"Authorization": {

0 commit comments

Comments
 (0)