Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Membase | Membase Server 1.7.x

TAP - Should the bucket be secured(SASL)?

2 replies [Last post]
  • Login or register to post comments
Tue, 08/30/2011 - 09:32
sarav
Offline
Joined: 08/16/2011
Groups: None

The configuration I have:
A non SASL membase bucket "testbucket" hosted in port 11212
The default bucket on 11211 is deleted
No other buckets exist on the cluster

I am failing to tap the bucket hosted on 11212 using the python example client as below; not sure if this is possible at all for a non-SASL bucket?

The membase "console" user and password are replaced in the below line:
./tap_example.py -u user -p pass ip:11210

Error:
mc_bin_client.MemcachedError: Memcached error #32: Auth failure

Logically this appear to make sense, since I am neither indicating the bucket name - "testbucket" nor the port (11212).

Did I miss something? Appreciate your help

Top
  • Login or register to post comments
Wed, 08/31/2011 - 18:06
perry
Offline
Joined: 10/11/2010
Groups:

Yes, this should still be possible. "Technically" all buckets are SASL accessible when talking to 11210...that's the only way to specify which bucket you're referring to.

However, a non-SASL bucket (via the config) just has a username (the bucket name) and no password. So, can you try:
./tap_example.py -u user -p "" ip:11210

Perry

__________________

Forum support is great for free but sometimes you need a guaranteed response time and dedicated resources for your questions or issues.
Consider purchasing enterprise-level support from Couchbase: http://www.couchbase.com/products-and-services/overview
Call or email "sales -at- couchbase-dot- com" today!

Top
  • Login or register to post comments
Thu, 09/01/2011 - 11:25
sarav
Offline
Joined: 08/16/2011
Groups: None

Awesome, it did work. Thank you Perry.

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker