mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
Fix deprecation warning by using typed_config.
Signed-off-by: Michael Wittig <michael@widdix.de>
This commit is contained in:
committed by
Ashutosh Narkar
parent
7e77ac5088
commit
dfd45c87ab
@@ -57,7 +57,8 @@ static_resources:
|
||||
cluster: service
|
||||
http_filters:
|
||||
- name: envoy.ext_authz
|
||||
config:
|
||||
typed_config:
|
||||
"@type": type.googleapis.com/envoy.config.filter.http.ext_authz.v2.ExtAuthz
|
||||
with_request_body:
|
||||
max_request_bytes: 8192
|
||||
allow_partial_message: true
|
||||
|
||||
Reference in New Issue
Block a user