| Index: scheduler/appengine/presentation/acl.go
|
| diff --git a/scheduler/appengine/presentation/acl.go b/scheduler/appengine/presentation/acl.go
|
| index 12f03b5ca5d51987c9dd3f5dbff7180ec238567f..77dd7b69ec11d02f0ea5ee66f8377b7a371d7ba8 100644
|
| --- a/scheduler/appengine/presentation/acl.go
|
| +++ b/scheduler/appengine/presentation/acl.go
|
| @@ -10,6 +10,7 @@ import (
|
| "github.com/luci/luci-go/server/auth"
|
| )
|
|
|
| +// TODO(tandrii): move this to new acl package.
|
| func IsJobOwner(c context.Context, projectID, jobName string) bool {
|
| // TODO(vadimsh): Do real ACLs.
|
| ok, err := auth.IsMember(c, "administrators")
|
|
|