We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f110bfa commit 78760dfCopy full SHA for 78760df
source/extensions/filters/http/oauth2/filter.cc
@@ -469,7 +469,7 @@ FilterConfig::FilterConfig(
469
proto_config.cookie_configs().has_code_verifier_cookie_config())
470
? CookieSettings(proto_config.cookie_configs().code_verifier_cookie_config())
471
: CookieSettings()) {
472
- if (!context.clusterManager().clusters().hasCluster(oauth_token_endpoint_.cluster())) {
+ if (!context.clusterManager().hasCluster(oauth_token_endpoint_.cluster())) {
473
// This is not necessarily a configuration error — sometimes cluster is sent later than the
474
// listener in the xDS stream.
475
ENVOY_LOG(warn, "OAuth2 filter: unknown cluster '{}' in config. ",
0 commit comments