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
Torkel Ödegaard fdcb4473af fix(api auth): return 401 for authentication errors and 403 for access denied errors, fixes #2693 10 years ago
..
auth.go fix(api auth): return 401 for authentication errors and 403 for access denied errors, fixes #2693 10 years ago
auth_proxy.go fix(auth proxy): Fix for server side rendering of panel when using auth proxy, fixes #2568 10 years ago
auth_test.go Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 10 years ago
logger.go Changed go package path 10 years ago
middleware.go Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 10 years ago
middleware_test.go Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 10 years ago
session.go Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 10 years ago
util.go Handle errors when loading dashboard with template variables that query data sources that cannot be found 10 years ago
validate_host.go Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 10 years ago