mirror of
https://github.com/grafana/grafana.git
synced 2025-01-04 13:17:16 -06:00
stackdriver: fix typo
This commit is contained in:
parent
b2c6c743ce
commit
afe0b4b8db
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user