Skip to content

Commit

Permalink
fix(eventbridge): change the default value of the API key locator to …
Browse files Browse the repository at this point in the history
…use lowercase header name (#2685)
  • Loading branch information
chillleader authored May 31, 2024
1 parent 272974f commit 05df97c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"constraints": {
"notEmpty": true
},
"value": "=request.headers.apiKey"
"value": "=request.headers.apikey"
},
{
"label": "Correlation key (process)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"constraints": {
"notEmpty": true
},
"value": "=request.headers.apiKey"
"value": "=request.headers.apikey"
},
{
"label": "Correlation key (process)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"constraints": {
"notEmpty": true
},
"value": "=request.headers.apiKey"
"value": "=request.headers.apikey"
},
{
"label": "Message ID expression",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"constraints": {
"notEmpty": true
},
"value": "=request.headers.apiKey"
"value": "=request.headers.apikey"
},
{
"label": "Condition",
Expand Down

0 comments on commit 05df97c

Please sign in to comment.