Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CE52DBBE for ; Tue, 9 Oct 2012 16:54:33 +0000 (UTC) Received: (qmail 27623 invoked by uid 500); 9 Oct 2012 16:54:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 27498 invoked by uid 500); 9 Oct 2012 16:54:31 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 27490 invoked by uid 99); 9 Oct 2012 16:54:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 16:54:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robert.newson@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 16:54:24 +0000 Received: by mail-vc0-f180.google.com with SMTP id fl13so6581649vcb.11 for ; Tue, 09 Oct 2012 09:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:in-reply-to:mime-version:date:message-id:subject:to :content-type:content-transfer-encoding; bh=axS2RcZ5mIB0RY5bQ+eil3tbKZN+LyrWKYz6EZXT3II=; b=Kf6YKoCZbVZ6f6KsGFLZhi5Y42o1kK38wp3ojF5PzgDt6kisTrmpn5IR/mxNPFfBoB 4k2fGqFtuzuzeRKO2Cxw+hkq6G7kQOShFn1pQSEZpBjk+XJGZVrwi/t5d5wJ2GEP5WFO qHK/X8KVYD/GPX+WGo1fNgDR/0EcTWxGylJWeqzRWH62OQCzKIakTQhDEC/u1zqOx6+7 EPlDN3rqMO7jFtWQjzIWGlM1VXgh4tzVm2O/lZM+gMQncGrlVE9WSBBoupMbtf8MBEoj 9Hg55DbSsMW5lTfLbvHX/yEHeNRtZX0HQaH4B4am4Mef4QAllOfardznwjYwXUTdSigS PaLQ== Received: by 10.52.29.78 with SMTP id i14mr9863272vdh.29.1349801643280; Tue, 09 Oct 2012 09:54:03 -0700 (PDT) References: <-1243090692462251364@unknownmsgid> <7648739361876344406@unknownmsgid> <1A13C538-D022-404C-9B2C-C6CFA50D6A67@utt.fr> <8312734428173421910@unknownmsgid> From: Robert Newson In-Reply-To: Mime-Version: 1.0 (1.0) Date: Tue, 9 Oct 2012 17:54:01 +0100 Message-ID: <1980269690339464741@unknownmsgid> Subject: Re: Inspiring comment about CouchDB on Hacker News To: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Haven't thought deeply about it, I just know that cloudant and iriscouch customers will need separate controls. Ideally, we can all use the same code without forking. Maybe it's a special thing like _security, dunno. Lets puzzle it once the patch lands? Sent from the ocean floor On 9 Oct 2012, at 16:42, Benoit Chesneau wrote: > On Tue, Oct 9, 2012 at 5:38 PM, Robert Newson w= rote: >> Since ini config is not available to users on cloudant (and >> iriscouch?), a ddoc seems more appropriate, but happy to defer until >> the first patch lands where we can all play. > > mmm for a thing I put the conf in a doozer cluster, so i guess it can > be changed quite easily. I'm not sure how it would work in a design > document. What do you have in mind? > > - beno=EEt