[PYCBC-72] requests.get should always use auth= Created: 19/Nov/12 Updated: 02/May/13 Resolved: 02/May/13 |
|
| Status: | Closed |
| Project: | Couchbase Python Client Library |
| Component/s: | library |
| Affects Version/s: | 0.8.0 |
| Fix Version/s: | 0.8.1 |
| Security Level: | Public |
| Type: | Bug | Priority: | Critical |
| Reporter: | Tommie McAfee | Assignee: | Mark Nunberg |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | system-test | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Multi-bucket usecases fail when authentication to bucket is invalid.
Here auth is set correctly: https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/rest_client.py#L293 but missing here: https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/couchbaseclient.py#L349 https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/rest_client.py#L177 |
| Comments |
| Comment by Mark Nunberg [ 02/May/13 ] |
| Using libcouchbase for this now |