Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ext_authz v2 api is used even when configured with v3 protos (how to configure to use v3 auth service?) #11228

Closed
sgtsquiggs opened this issue May 16, 2020 · 3 comments
Labels
duplicate stale stalebot believes this issue/PR has not been touched recently

Comments

@sgtsquiggs
Copy link

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":

Rds: &envoy_extensions_filters_network_http_connection_manager_v3.Rds{
	ConfigSource: &envoy_config_core_v3.ConfigSource{
		ConfigSourceSpecifier: &envoy_config_core_v3.ConfigSource_Ads{Ads: &envoy_config_core_v3.AggregatedConfigSource{}},
		ResourceApiVersion:    envoy_config_core_v3.ApiVersion_V3,
	},
	RouteConfigName: "root",
},

As far as I can tell, there isn't anywhere to specify ApiVersion_V3 for ext_authz.

@ramaraochavali
Copy link
Contributor

See #10609

@stale
Copy link

stale bot commented Jun 20, 2020

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.

@stale stale bot added the stale stalebot believes this issue/PR has not been touched recently label Jun 20, 2020
@dio
Copy link
Member

dio commented Jun 22, 2020

I think this one is fixed. Please reopen if otherwise. Thank you!

@dio dio closed this as completed Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate stale stalebot believes this issue/PR has not been touched recently
Projects
None yet
Development

No branches or pull requests

4 participants