Skip to content

Commit

Permalink
feat(http-log): add logged header allow list
Browse files Browse the repository at this point in the history
Update removed_fields to include new config values for version 3.5.x
  • Loading branch information
ItsKaleb authored and vm-001 committed Aug 29, 2023
1 parent 8c2401c commit 7307edc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,12 @@ return {
"response_headers",
},
},

-- Any dataplane older than 3.5.0
[3005000000] = {
http_log = {
"enable_logged_headers_allow_list",
"logged_headers_allow_list",
}
}
}

0 comments on commit 7307edc

Please sign in to comment.