Skip to content

Commit 05b1af8

Browse files
feat: enable A2A proxy
1 parent 590fd4e commit 05b1af8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The `policy-http-callout` policy can be applied to the following API types and f
4343
* `NATIVE KAFKA`
4444
* `MCP PROXY`
4545
* `LLM PROXY`
46+
* `A2A PROXY`
4647

4748
### Supported flow phases:
4849

src/main/resources/plugin.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ http_proxy=REQUEST,RESPONSE
1111
http_message=REQUEST,RESPONSE
1212
mcp_proxy=REQUEST,RESPONSE
1313
llm_proxy=REQUEST,RESPONSE
14+
a2a_proxy=REQUEST,RESPONSE
1415
native_kafka=PUBLISH,SUBSCRIBE

0 commit comments

Comments
 (0)