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 24, 2024
1 parent b561b2a commit fafc988
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 @@ -163,5 +163,23 @@ return {
oauth2 = {
"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 fafc988

Please sign in to comment.