| Index: appengine/logdog/coordinator/endpoints/logs/list.go
|
| diff --git a/appengine/logdog/coordinator/endpoints/logs/list.go b/appengine/logdog/coordinator/endpoints/logs/list.go
|
| index e40b0a3f72ca16fc0284104ff14eb831fa5ab73c..089dbf2cb38bd419b31a13e865d6c468ae51b246 100644
|
| --- a/appengine/logdog/coordinator/endpoints/logs/list.go
|
| +++ b/appengine/logdog/coordinator/endpoints/logs/list.go
|
| @@ -91,7 +91,7 @@ func (s *server) List(c context.Context, req *logdog.ListRequest) (*logdog.ListR
|
| // a list of streams to load.
|
| if req.State && l.Project != "" {
|
| c := c
|
| - if err := coordinator.WithProjectNamespace(&c, l.Project); err != nil {
|
| + if err := coordinator.WithProjectNamespace(&c, l.Project, coordinator.NamespaceAccessREAD); err != nil {
|
| // This should work, since the list would have rejected the namespace if
|
| // the user was not a member, so a failure here is an internal error.
|
| log.Fields{
|
|
|