mirror of
https://github.com/katanemo/plano.git
synced 2026-05-21 13:55:15 +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
|
|
@ -52,6 +52,7 @@ pub struct Listener {
|
|||
pub router: Option<String>,
|
||||
pub agents: Option<Vec<AgentFilterChain>>,
|
||||
pub filter_chain: Option<Vec<String>>,
|
||||
pub output_filter_chain: Option<Vec<String>>,
|
||||
pub port: u16,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue