Bernard Van De Walle
Bernard Van De Walle
TLDR: Add tags to this SDK that match previous releases of Netbox, so that we can import a version that works based on our version of Netbox. **netbox and go-netbox...
When I query the Network and associated Containers on Docker CLI, I get the following: ``` root@ubuntu:~# docker network inspect b1 [ { "Name": "b1", "Id": "52a3537307b177688b2684a5448396e6bcdded9f9e4b9ee9175c7b84fcbb6fe0", "Scope": "local", "Driver":...
**Describe the feature request** The ExtAuthZ Extension is awesome and is super easy to configure to use in an AuthorizationPolicy. However it supports a limited amount of fields. As was...
**Please provide a description of this PR:** As suggested here: https://github.com/istio/istio/issues/53555 . Adding the `clear_route_cache` through the ExtAuthZ extensions. Both for HTTP and GRPC Depends on API changes https://github.com/istio/api/pull/3339
API change for https://github.com/istio/istio/issues/53555 - Adding a `clear_route_cache` proto parameter for both `EnvoyExternalAuthorizationHttpProvider` and `EnvoyExternalAuthorizationGrpcProvider` API change used here: https://github.com/istio/istio/pull/53581