grafana/pkg/middleware
Jo dcd0c6b11e
Identity: Unfurl OrgID in pkg/services to allow using identity.Requester interface (#76113)
Unfurl OrgID in pkg/services to allow using identity.Requester interface
2023-10-09 10:40:19 +02:00
..
cookies Auth: Add feature flag to move token rotation to client (#65060) 2023-03-23 14:39:04 +01:00
csrf CSRF middleware: Add flag to skip login cookie check (#66806) 2023-04-24 10:11:08 -03:00
loggermw Instrumentation: Add status_source label to request metrics/logs (#74114) 2023-09-11 12:13:13 +02:00
requestmeta instrumentation: rename team to grafana_team to improve alert routing. (#75860) 2023-10-03 12:25:01 +02:00
auth_test.go AuthN: Fix namespaces for anonymous and render (#75661) 2023-09-29 09:10:33 +02:00
auth.go Identity: Unfurl OrgID in pkg/services to allow using identity.Requester interface (#76113) 2023-10-09 10:40:19 +02:00
csp.go Feature: Trusted Types support (#64975) 2023-04-27 18:20:37 +02:00
dashboard_redirect_test.go
dashboard_redirect.go
gziper.go api: ignore /api/gnet proxy when gzipping responses (#71437) 2023-07-13 07:51:25 +01:00
middleware_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
middleware.go Dashboards: Add dashboard embed route (#69596) 2023-07-06 17:43:20 +03:00
org_redirect_test.go Auth: Use authn.Service for all tests (#72921) 2023-08-09 08:54:52 +02:00
org_redirect.go
quota_test.go Auth: Use authn.Service for all tests (#72921) 2023-08-09 08:54:52 +02:00
quota.go
recovery_test.go Auth: Use authn.Service for all tests (#72921) 2023-08-09 08:54:52 +02:00
recovery.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
request_metadata_test.go instrumentation: rename team to grafana_team to improve alert routing. (#75860) 2023-10-03 12:25:01 +02:00
request_metrics.go Instrumentation: Enable native histograms for HTTP requests (#75731) 2023-10-03 20:23:55 +02:00
request_test.go Logger: Add feature toggle for errors in HTTP request logs (#64425) 2023-03-31 15:38:09 +02:00
request_tracing.go Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
subpath_redirect_test.go ServeFromSubPath: Redirect to URL with subpath when subpath missing (#66724) 2023-04-24 09:55:55 +02:00
subpath_redirect.go ServeFromSubPath: Redirect to URL with subpath when subpath missing (#66724) 2023-04-24 09:55:55 +02:00
testing.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
validate_host.go