Commit afe0b4b8 by Erik Sundell

stackdriver: fix typo

parent b2c6c743
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment