You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am configuring envoy via xDS (go-control-plane) with the v3 APIs. When envoy queries my ext_authz service, it is querying using the v2 api instead of the v3 api. I know that in several cases we have to explicitly declare that we are using the v3 api (like with an ADS) but I did not see anywhere to specify which version of envoy auth service to use.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
stalebot
added
the
stale
stalebot believes this issue/PR has not been touched recently
label
Jun 20, 2020
I am configuring envoy via xDS (go-control-plane) with the v3 APIs. When envoy queries my ext_authz service, it is querying using the v2 api instead of the v3 api. I know that in several cases we have to explicitly declare that we are using the v3 api (like with an ADS) but I did not see anywhere to specify which version of envoy auth service to use.
Example of where we need to specify "use v3 api":
As far as I can tell, there isn't anywhere to specify ApiVersion_V3 for ext_authz.
The text was updated successfully, but these errors were encountered: