mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 12:22:15 +08:00
Update DS Proxy to use RBAC action (#87517)
iam-team: Update DS Proxy to use RBAC action
This commit is contained in:
@ -207,10 +207,6 @@ type Route struct {
|
||||
Body json.RawMessage `json:"body"`
|
||||
}
|
||||
|
||||
func (r *Route) RequiresRBACAction() bool {
|
||||
return r.ReqAction != ""
|
||||
}
|
||||
|
||||
// Header describes an HTTP header that is forwarded with
|
||||
// the proxied request for a plugin route
|
||||
type Header struct {
|
||||
|
Reference in New Issue
Block a user