grafana/pkg/middleware
Karl Persson 8bcd9c2594
Identity: Remove typed id (#91801)
* Refactor identity struct to store type in separate field

* Update ResolveIdentity to take string representation of typedID

* Add IsIdentityType to requester interface

* Use IsIdentityType from interface

* Remove usage of TypedID

* Remote typedID struct

* fix GetInternalID
2024-08-13 10:18:28 +02:00
..
cookies
csrf
loggermw Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
requestmeta
auth.go RBAC: Allow plugins to use scoped actions (#90946) 2024-07-25 17:22:42 +03:00
auth_test.go Identity: Remove typed id (#91801) 2024-08-13 10:18:28 +02:00
csp.go
dashboard_redirect.go
dashboard_redirect_test.go
gziper.go
middleware.go Fix: Proper plugin logo loading depending on staging (#88247) 2024-05-27 10:26:30 +02:00
middleware_test.go K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07:00
org_redirect.go User: support setting org and help flags though update function (#86535) 2024-04-29 08:53:05 +02:00
org_redirect_test.go User: support setting org and help flags though update function (#86535) 2024-04-29 08:53:05 +02:00
quota.go
quota_test.go Identity: Remove typed id (#91801) 2024-08-13 10:18:28 +02:00
recovery.go Grafana: Replace magic number with a constant variable in response status (#80132) 2024-02-27 18:39:51 +02:00
recovery_test.go
request_metadata_test.go
request_metrics.go Metrics: Add ability to disable classic histogram for HTTP metric (#88315) 2024-06-18 15:37:44 -04:00
request_test.go Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
request_tracing.go infra(tracing): Fix span naming order-of-operations bug (#90025) 2024-07-04 07:05:14 -04:00
subpath_redirect.go
subpath_redirect_test.go
testing.go
validate_host.go