Update DS Proxy to use RBAC action (#87517)

iam-team: Update DS Proxy to use RBAC action
This commit is contained in:
Aaron Godin
2024-05-21 08:05:16 -05:00
committed by GitHub
parent 410e3b17e9
commit 0072e4a92d
8 changed files with 56 additions and 7 deletions

View File

@ -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 {