15922: Preserve writable_by in user and collection responses.
[arvados.git] / lib / controller / federation / conn.go
index 174ece134ff95cc5eeb78fa8153eaaad917929c0..a12ebc1fafba779a6e967ff92d5e43db85189ef8 100644 (file)
@@ -345,6 +345,7 @@ var userAttrsCachedFromLoginCluster = map[string]bool{
        "is_invited":   false,
        "owner_uuid":   false,
        "uuid":         false,
+       "writable_by":  false,
 }
 
 func (conn *Conn) UserList(ctx context.Context, options arvados.ListOptions) (arvados.UserList, error) {