Skip to content

Commit

Permalink
Update schema.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRailean committed Aug 9, 2024
1 parent ac25dcd commit e88abe1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kong/plugins/aws-request-signing/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ return {
required = true,
default = false,
description =
"Instructs the plugin to use the context target if it's host or port were altered (by other plugins) during the signing, bypassing the override_target_host and override_target_port parameters." ..
"Works by comparing the service target parameters with the context target parameters. Ignored if the target was not altered."
"Instructs the plugin to use the context target if it's host or port were altered "..
" (by other plugins) during the signing, bypassing the override_target_host "..
"and override_target_port parameters. Works by comparing the service target parameters"..
" with the context target parameters. Ignored if the target was not altered."
}
},
{
Expand Down

0 comments on commit e88abe1

Please sign in to comment.