mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
honor SAR verb
This commit is contained in:
parent
928b8cbdb8
commit
e37d2f3465
@ -40,6 +40,7 @@ func NonResourceAttributesFrom(user user.Info, in authorizationapi.NonResourceAt
|
|||||||
User: user,
|
User: user,
|
||||||
ResourceRequest: false,
|
ResourceRequest: false,
|
||||||
Path: in.Path,
|
Path: in.Path,
|
||||||
|
Verb: in.Verb,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user