mirror of
https://github.com/katanemo/plano.git
synced 2026-05-24 14:05:14 +02:00
Add support for output filter chain on listener
- add demo for pii redaction
This commit is contained in:
parent
8ae4901735
commit
73f15feea3
16 changed files with 1218 additions and 4 deletions
|
|
@ -76,6 +76,7 @@ mod tests {
|
|||
name: "test-listener".to_string(),
|
||||
agents: Some(vec![agent_pipeline.clone()]),
|
||||
filter_chain: None,
|
||||
output_filter_chain: None,
|
||||
port: 8080,
|
||||
router: None,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue