Skip to content

Commit

Permalink
fix(clustering): add removed fileds for new ai plugins
Browse files Browse the repository at this point in the history
max_request_body_size field
  • Loading branch information
fffonion committed Jun 18, 2024
1 parent 5932c71 commit 1df6c4c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,23 @@ return {
hmac_auth = {
"realm",
},
ai_proxy = {
"max_request_body_size",
},
ai_prompt_decorator = {
"max_request_body_size",
},
ai_prompt_guard = {
"max_request_body_size",
},
ai_prompt_template = {
"max_request_body_size",
},
ai_request_transformer = {
"max_request_body_size",
},
ai_response_transformer = {
"max_request_body_size",
},
},
}

0 comments on commit 1df6c4c

Please sign in to comment.