Assigned
Status Update
Comments
va...@google.com <va...@google.com>
ad...@google.com <ad...@google.com> #2
Digging around a bit, it appears WebKit itself doesn't handle authentication at all.
Instead, it would appear on Android that the package org.apache.http.auth does this.
Instead, it would appear on Android that the package org.apache.http.auth does this.
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #3
It's definitely not passing through the information. Here's a snippet from my Apache
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
Description
What you would like to accomplish:
We would like to access replica instance from within replica region. This will allow us to avoid cross-region NFS mounting from our DR servers to access data stored on Filestore. This is essential in a world where we are using Filestore to store and stream database logs. Database DR nodes needs access to these log files stored on a Filestore.
In current product limitation only way to achieve it is to have Database DR nodes mount from Primary Filestore instance crossing over region which is NOT a best practice.
How this might work:
Directly mount from Filestore replica as READ ONLY from Filestore replica.
If applicable, reasons why alternative solutions are not sufficient:
Current solution introduces cross-region gcp latency causing NFS performance issue on Database DR nodes.
Other information (workarounds you have tried, documentation consulted, etc):