grafana/pkg/middleware
Marcus Efraimsson d0a80c59f3
Rendering: Store render key in remote cache (#22031)
By storing render key in remote cache it will enable
image renderer to use public facing url or load
balancer url to render images and thereby remove
the requirement of image renderer having to use the
url of the originating Grafana instance when running
HA setup (multiple Grafana instances).

Fixes #17704
Ref grafana/grafana-image-renderer#91
2020-02-19 19:47:39 +01:00
..
auth_proxy Auth Proxy: replace ini setting ldap_sync_ttl with sync_ttl (#20191) 2019-11-07 11:24:54 +01:00
auth_proxy.go AuthProxy: Can now login with auth proxy and get a login token (#20175) 2019-11-07 17:48:56 +01:00
auth_test.go Snapshot: Fix http api (#18830) 2019-09-02 15:15:46 +02:00
auth.go API: Fix redirect issue when configured to use a subpath (#21652) 2020-02-14 14:51:35 +01:00
cookie.go Add disabled option for cookie samesite attribute (#21472) 2020-01-14 17:41:54 +01:00
dashboard_redirect_test.go Chore: use remote cache instead of session storage (#16114) 2019-04-08 14:31:46 +03:00
dashboard_redirect.go Revert "Opportunities to unindent code (unindent)" 2018-05-02 14:06:46 +02:00
headers.go refactor datasource caching 2018-10-30 09:31:56 +01:00
logger.go rename Context to ReqContext 2018-03-07 11:54:50 -05:00
middleware_basic_auth_test.go pkg/util: Check errors (#19832) 2019-10-23 10:40:12 +02:00
middleware_test.go Rendering: Store render key in remote cache (#22031) 2020-02-19 19:47:39 +01:00
middleware.go Rendering: Store render key in remote cache (#22031) 2020-02-19 19:47:39 +01:00
org_redirect_test.go Auth: Enable retries and transaction for some db calls for auth tokens (#16785) 2019-04-30 14:42:01 +02:00
org_redirect.go login users based on token cookie 2019-01-16 16:44:40 +01:00
perf.go rename Context to ReqContext 2018-03-07 11:54:50 -05:00
quota_test.go Auth: Enable retries and transaction for some db calls for auth tokens (#16785) 2019-04-30 14:42:01 +02:00
quota.go use authtoken for session quota restrictions 2019-02-12 15:10:55 +01:00
recovery_test.go Rendering: Store render key in remote cache (#22031) 2020-02-19 19:47:39 +01:00
recovery.go API: Improve recovery middleware when response already been written (#22256) 2020-02-18 22:53:40 +01:00
render_auth.go Rendering: Store render key in remote cache (#22031) 2020-02-19 19:47:39 +01:00
request_metrics.go Metrics: Add gauge for requests currently in flight (#22168) 2020-02-19 18:29:47 +01:00
request_tracing.go mark >=400 responses as error 2017-09-18 11:08:58 +02:00
testing.go Auth: Do not search for the user twice (#18366) 2019-08-03 21:50:05 +02:00
util.go pkg/middleware: Check errors (#19749) 2019-10-15 18:08:06 +02:00
validate_host.go rename Context to ReqContext 2018-03-07 11:54:50 -05:00