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 6BB11F839 for ; Tue, 2 Apr 2013 17:27:10 +0000 (UTC) Received: (qmail 96376 invoked by uid 500); 2 Apr 2013 17:27:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96328 invoked by uid 500); 2 Apr 2013 17:27:08 -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 96305 invoked by uid 99); 2 Apr 2013 17:27:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 17:27:08 +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 bchesneau@gmail.com designates 209.85.128.45 as permitted sender) Received: from [209.85.128.45] (HELO mail-qe0-f45.google.com) (209.85.128.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 17:27:02 +0000 Received: by mail-qe0-f45.google.com with SMTP id b4so360683qen.18 for ; Tue, 02 Apr 2013 10:26:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=6X/hICpbY1OOYv/UNYf9GrCUacq4ka38F7y+WS/dhPk=; b=HHU6Vwvwybx4bE31Y3tfZZ/sD3vdIv9E66WHEcmE4vPJgeOzpUVC0T5+6PSOD8y6Hk ZkrrhCxGfm3kVdBAV79umJgEXvDUz2sWkZyX3oVTkLjZKiE5eUpDxC/5M/h5Vs3c988+ BuBjftcBVCnSSV1Gm0i1K3P0qqrPPI6+rSmfw7oBt+qsgLbthiYR1QUUb5wpOfk9Z06A hBGf4JSJwyn+rVw69hjMl2Lgbb7JIa/5kDAJBV8Dai7AmzBnWr7cZgFDZ4G4J34hc4p/ OE15JaamKwCXMhUsEINJhQRnBnnOphImMTxzO/ODe7SC7Bh3WyhYz5igXVd8vsiiQ6Ka FE9w== MIME-Version: 1.0 X-Received: by 10.224.171.202 with SMTP id i10mr17026404qaz.54.1364923602126; Tue, 02 Apr 2013 10:26:42 -0700 (PDT) Received: by 10.49.64.232 with HTTP; Tue, 2 Apr 2013 10:26:42 -0700 (PDT) In-Reply-To: References: Date: Tue, 2 Apr 2013 19:26:42 +0200 Message-ID: Subject: Re: Allow anonymous users to write but not to read from database From: Benoit Chesneau To: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org It's implemented in rcouch. : https://github.com/refuge/couch_core/commit/742846156eb5b881f88b88c6deecbef= 4e66ed2a0 and also validate on read: https://github.com/refuge/rcouch/wiki/Validate-documents-on-read - beno=EEt On Tue, Apr 2, 2013 at 5:35 PM, Benedikt Rudolph wrot= e: > Hi everyone, > > I would like to know if it is possible to set up a CouchDB database such > that: > - Anonymous users can write to the database AND > - Anonymous users can NOT read from the database > > Apparently, a similar topic has been discussed in > https://issues.apache.org/jira/browse/COUCHDB-1287, but the feature seems > not to have been realized. Does anybody have an update on this or any oth= er > hints? > > Thanks for your help! > Benedikt