Skip to content

Commit

Permalink
go-filter: add plugin config
Browse files Browse the repository at this point in the history
Signed-off-by: Hamzah Qudsi <hqudsi@datawire.io>
  • Loading branch information
Hamzah Qudsi authored and haq204 committed Jun 2, 2023
1 parent 9db6319 commit bfefad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/ambassador/envoy/v3/v3httpfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ def V3HTTPFilter_golang(irfilter: IRGOFilter, _: "V3Config") -> Optional[Dict[st
"library_id": "amb",
"library_path": go_library,
"plugin_name": "ambassador_plugin",
"plugin_config": {
"@type": "type.googleapis.com/xds.type.v3.TypedStruct",
"value": {},
},
},
}

Expand Down

0 comments on commit bfefad2

Please sign in to comment.