| Index: appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| diff --git a/appengine/logdog/coordinator/hierarchy/hierarchy.go b/appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| index 8f649e07b9a30945b9b9da6e8fe347275a5f6f55..5fc02a0c63a423fbce92fc27ffd5bf97d9cdb604 100644
|
| --- a/appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| +++ b/appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| @@ -209,7 +209,7 @@ func Get(c context.Context, r Request) (*List, error) {
|
|
|
| // Enter the supplied Project namespace. This will assert the the user has
|
| // access to the project.
|
| - if err := coordinator.WithProjectNamespace(&c, l.Project); err != nil {
|
| + if err := coordinator.WithProjectNamespace(&c, l.Project, coordinator.NamespaceAccessREAD); err != nil {
|
| return nil, err
|
| }
|
|
|
|
|