The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/middleware
Vladimir Kochnev 39a3b0d0b0
Auth: support JWT Authentication (#29995)
4 years ago
..
cookies Backend: Remove more globals (#29644) 4 years ago
auth.go Auth: Allow soft token revocation (#31601) 4 years ago
auth_test.go Profile: Fixes profile preferences being accessible when anonymous access was enabled (#31516) 4 years ago
csp.go Chore: remove CSP debug logging line (#30689) 4 years ago
dashboard_redirect.go Backend: Remove more globals (#29644) 4 years ago
dashboard_redirect_test.go Backend: Remove more globals (#29644) 4 years ago
gziper.go live: fix writing headers in hijacked connection with gzip enabled (#32310) 4 years ago
logger.go Move middleware context handler logic to service (#29605) 5 years ago
middleware.go Profile: Fixes profile preferences being accessible when anonymous access was enabled (#31516) 4 years ago
middleware_basic_auth_test.go Move middleware context handler logic to service (#29605) 5 years ago
middleware_jwt_auth_test.go Auth: support JWT Authentication (#29995) 4 years ago
middleware_test.go Auth: support JWT Authentication (#29995) 4 years ago
org_redirect.go Backend: Remove more globals (#29644) 4 years ago
org_redirect_test.go middleware: Make scenario test functions take a testing.T argument (#29564) 5 years ago
quota.go Backend: Remove more globals (#29644) 4 years ago
quota_test.go Backend: Remove more globals (#29644) 4 years ago
rate_limit.go Logging: rate limit fronted logging endpoint (#29272) 5 years ago
rate_limit_test.go Move middleware context handler logic to service (#29605) 5 years ago
recovery.go Backend: Migrate to using non-global configuration (#31856) 4 years ago
recovery_test.go Backend: Remove more globals (#29644) 4 years ago
request_metrics.go instrumentation: align label name with our other projects (#29514) 5 years ago
request_tracing.go mark >=400 responses as error 8 years ago
testing.go Auth: support JWT Authentication (#29995) 4 years ago
validate_host.go Backend: Remove more globals (#29644) 4 years ago