Browse Source

stackdriver: fix typo

Erik Sundell 7 years ago
parent
commit
afe0b4b8db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/api/pluginproxy/ds_auth_provider.go

+ 1 - 1
pkg/api/pluginproxy/ds_auth_provider.go

@@ -55,7 +55,7 @@ func ApplyRoute(ctx context.Context, req *http.Request, proxyPath string, route
 		}
 	}
 
-	logger.Info("ds-auth-provider-authenticationType", "debug", e.dsInfo.JsonData.Get("authenticationType"))
+	logger.Info("ds-auth-provider-authenticationType", "debug", ds.JsonData.Get("authenticationType"))
 	authenticationType := ds.JsonData.Get("authenticationType").MustString("jwt")
 	if route.JwtTokenAuth != nil && authenticationType == "jwt" {
 		logger.Info("authenticationType", "authenticationType", "jwt")