We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d21b7d + 451b507 commit 5d57361Copy full SHA for 5d57361
pkg/templateservicebroker/servicebroker/unbind.go
@@ -66,7 +66,7 @@ func (b *Broker) Unbind(u user.Info, instanceID, bindingID string) *api.Response
66
// templateinstances in this namespace.
67
if err := util.Authorize(b.kc.Authorization().SubjectAccessReviews(), u, &authorizationv1.ResourceAttributes{
68
Namespace: namespace,
69
- Verb: "update",
+ Verb: "delete",
70
Group: templateapi.GroupName,
71
Resource: "templateinstances",
72
Name: brokerTemplateInstance.Spec.TemplateInstance.Name,
0 commit comments